6.2.0-beta1
Pre-release
Pre-release
·
2386 commits
to master
since this release
⚠ IMPORTANT
- This feature must be enabled for your project before you can use it. Please contact your CSM if you want to use this beta version.
- Beta versions of this SDK are subject to Iterable's
Beta Mobile SDK Terms of Service.
Installation
Beta installation instructions
Added
Removed
IterableAPI.spawnInAppNotification(_:)
- In-app messages are automatically shown by SDK now. Please check our migration guide.
IterableAPI.get(inAppMessages:)
- Use
IterableAPI.inAppManager.getMessages()
instead
- Use
Changed
- There is no need to set
IterableConfig.pushIntegrationName
for new projects.
Deprecated
Please see method documentation for details about how to replace them.
IterableAPI.inAppConsume(messageId:)
IterableAPI.showSystemNotification(..)
IterableAPI.getAndTrack(deeplink:callbackBlock:)