Initialize
This document describes the initialization steps for using the iOS SDK in your project.
Obtaining Fncy AuthToken
Link for instructions on how to get your AuthToken.
Declaring Initialization in the AppDelegate
To use the FncyWalletSDK in your project, select your development environment and call initSDK.
The environment can be either testnet or mainnet.
Testnet : .testnet
Mainnet : .mainnet
Create FncyWalletCore Object
After iOS SDK initialization, an instance of FncyWalletCore object with the authentication token as a parameter is required to communicate with the wallet server.