Skip to content

v0.8.8

Compare
Choose a tag to compare
@tcard tcard released this 22 Nov 19:28

Important changes include:

  • Fixed #531, which prevented authCallback to be handled properly on some situations.
  • Added fromJson and toJson methods on TokenRequest and TokenDetails, which makes using authCallback easier and safer (#533).

This release is compatible with Xcode 7.3 and Xcode 8.

Podfile

pod 'Ably', '0.8.8'

Cartfile

github "ably/ably-ios" == 0.8.8

Objective-C

#import <Ably/Ably.h>

Swift

import Ably