DOT iOS NFC 7.0.0
This guide describes how to migrate DOT iOS NFC 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
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.