Step 2. Initialize SDK
After completing these integration, please send an test mode build to your Intowow account manager, we will verify it as soon as possible.
To configure a test mode build, please use the following API to initialize the SDK.
[I2WAPI initWithVerboseLog:YES isTestMode:YES];
If App has already approved by Intowow, please make sure to modify setting to production mode before you release the build.
[I2WAPI initWithVerboseLog:NO isTestMode:NO];
Last updated