Skip to content

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

Compare
Choose a tag to compare
@tcard tcard released this 11 Aug 13:21

Among other fixes and improvements, standardizes on how NSDictionary and NSArray are encoded and decoded when used as message data, thus fixing interoperability issues with Java, JavaScript, and others.

This release is incompatible with Xcode 7.2 or older.

Podfile

pod 'AblyRealtime', '0.8.4'

Cartfile

github "ably/ably-ios" == "0.8.4"

Objective-C

#import <AblyRealtime/AblyRealtime.h>

Swift

import AblyRealtime