This configuration will generate a deeplink for MYKEY callback, which will be used in MYKEK SDK initialization. See initWalletSimple.
3. Add LSApplicationQueriesSchemes
Add one more option on "LSApplicationQueriesSchemes" in info.plist, the value is "mykey"
4. Set "Enable Bitcode"
Set "Enable Bitcode" to "false" in Build settings
5. Note
This library is using swift code, if your application is Objective-C project will need some special configuration on file Bridging-Header.h. If this file does not exist, please create an empty file Empty.swift, the project will generate Bridging-Header.h automatically.