Go to the Apps section on the page.
On the right side of the screen, click Create App.
Type the name of the app you want to add, and then click Create.
As you add an app, VWO generates API Keys for both the iOS and Android platforms. You can make a note of the API Key
under the Settings section which is used during app initialization.
Installing the SDK
For iOS App
You can use Cocoapods to install the VWO iOS SDK.
For Cocoapod installation, add the VWO
pod to your Pod file.
Run the pod install
command. Click here for detailed installation instructions.
Initializing the SDK
For iOS App
After installing the SDK, you can initialize the app in the AppDelegate
file by using the didFinishLaunchingWithOptions
method.
Import VWO, and then call the launchForAPIKey
method by using your App Key.
Click here for detailed instructions.