Skip to content

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

Compare
Choose a tag to compare
@tcard tcard released this 16 May 07:52

This release brings almost 100 % compliance with Ably's spec, including:

  • MessagePack now replaces JSON as default encoding.
  • More robust handling of disconnection events.
  • Fallback hosts for both REST and Realtime.

This release is incompatible with Xcode 7.2 or older.

Podfile

pod 'AblyRealtime', '0.8.2'

Cartfile

github "ably/ably-ios" == "0.8.2"

Objective-C

#import <AblyRealtime/AblyRealtime.h>

Swift

import AblyRealtime