DOT iOS Document 7.0.0
This guide describes how to migrate DOT iOS Document version 6.x to version 7.0. Only the most important changes are highlighted in this guide. For more details, see the iOS Samples.
Migration Steps
Compatibility with DIS
When utilizing DIS for server-side evaluation, ensure compatibility between your DIS version and the corresponding SDK version. Refer to the DIS vs SDKs compatibility table for detailed compatibility information.
License
- License file is required. To obtain one, please contact
support@innovatrics.com
.
Basic Setup
- Import
DotCore
module and runDotSdk.shared.initialize()
before using the DOT API. This operation should be called on background thread. DOT iOS SDK Samples shows how to do it.