Skip to content

1.0.8

Compare
Choose a tag to compare
@tcard tcard released this 07 Aug 16:50
· 3411 commits to main since this release

Important changes include:

  • The library is now thread-safe! Check the README to see what this means exactly.
  • The old connection is reused when a reauth happens. (#622)

This release is compatible with Xcode 7.3 and Xcode 8.

Podfile

pod 'Ably', '1.0.8'

Cartfile

github "ably/ably-ios" == 1.0.8

Objective-C

#import <Ably/Ably.h>

Swift

import Ably