Preconditions
Last updated
Last updated
For iOS users, please check the following steps:
Download MYKEYWalletLib-iOS.zip from following link, unzip and place it into your project
https://github.com/mykeylab/MYKEY-Client-SDK/tree/master/iOS
Setup URL scheme in Xcode: Goto "Project->TARGETS->info->URL Types", click "add icon".
For example, use 'demoscheme' as follows
This configuration will generate a deeplink for MYKEY callback, which will be used in MYKEK SDK initialization. See initWalletSimple.
Add one more option on "LSApplicationQueriesSchemes" in info.plist, the value is "mykey"
Set "Enable Bitcode" to "false" in Build settings
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.