Releases: talkable/ios-sdk
Releases · talkable/ios-sdk
1.5.1
- Remove automatic push of Talkable reward on app start and deprecated
TKBLDidReceiveReward
. Now rewards have to be pulled manually with retrieveRewardsWithHandler
.
1.4.15
- Fixed bug:
NSArray was mutated while being enumerated
- Fixed deprecation warnings
1.4.14
- Fixed deprecation warnings
- Introduced new
setApiKey:andSiteId:
initialization method instead of old setApiKey:andSiteSlug:
1.4.13
- Introduced Swift Package Manager support
1.4.12
- Improved handling of external links in the
WebView
- Reworked contacts loader with
Contacts
instead of deprecated AddressBook
1.4.11
- Fixed deprecation warnings (
UIWebView
, NSURLConnection
)
- Updated AFNetworking to v4.0.1
1.4.10
- Created public repository for Talkable iOS SDK 1.4.10
- Added CocoaPods support