Skip to content

v0.8.3 for Swift 2.2 (Xcode 7.3 or newer)

Compare
Choose a tag to compare
@tcard tcard released this 01 Jul 13:01

Fixes a few bugs, including:

  • Fixed token auth with signed token requests (via authCallback or authUrl).
  • Client ID in WebSocket connections wasn't being set properly.

This release is incompatible with Xcode 7.2 or older.

Podfile

pod 'AblyRealtime', '0.8.3'

Cartfile

github "ably/ably-ios" == "0.8.3"

Objective-C

#import <AblyRealtime/AblyRealtime.h>

Swift

import AblyRealtime