Releases: Iterable/iterable-swift-sdk
Releases · Iterable/iterable-swift-sdk
6.1.0-beta2
⚠ IMPORTANT
- Please talk to your Iterable Customer Success Manager if you want to try the beta version of the SDK, as we'll need to enable certain settings on the server for it to work as expected.
- This version of the SDK requires Xcode 10.2.
Terms of Service
- This beta SDK is subject to Iterable's Beta SDK Terms of Service.
Added
- Support for
action://your-custom-action-name
URL scheme for calling custom actions- For example, to have
IterableCustomActionDelegate
call a custombuyCoffee
action when a user taps on an in-app message's Buy button.
- For example, to have
- Support for reserved
itbl://sdk-custom-action
scheme for SDK internal actions.- URL scheme
itbl://sdk-custom-action
is reserved for internal SDK actions. Do not use it for custom actions. - For example, future versions of the SDK may allow buttons to call href
itbl://delete
to delete an in-app message.
- URL scheme
Fixed
- Carthage support with Xcode 10.2
- XCode 10.2 Warnings
- URL Query parameters encoding bug
More Information
- Please see the 6.1.0-beta2 README file.
- Specifically, take a look at the Migrating in-app messages from the previous version of the SDK section for information about how to update your app to work with this SDK.
6.0.8
Release version 6.0.8
6.0.7
Release SDK version 6.0.7.
6.1.0-beta1
⚠ IMPORTANT
- Please talk to your Iterable Customer Success Manager if you want to try the beta version of the SDK, as we'll need to enable certain settings on the server for it to work as expected.
- This version of the SDK requires Xcode 10.2.
Major revamp of in-app messages.
Terms of Service
- This beta SDK is subject to Iterable's Beta SDK Terms of Service.
More Information
- Please see the 6.1.0-beta1 README file.
- Specifically, take a look at the Migrating in-app messages from the previous version of the SDK section for information about how to update your app to work with this SDK.
6.0.6
Support for Swift 4.2.
6.0.5
Now it works with Carthage.
6.0.4
Version 6.0.4.
6.0.3
Added support for user registration with userId. The SDK will now create a new user for userId if it does not exist before registering the device on the user's profile.
6.0.2
Merge pull request #25 from Iterable/release-6.0.2 release-6.0.2