Step I: Register Your Application
- Login to Vessel Command Center
- Add your application
- Get Vessel Secret Key
Step I: Cocoapod Users
If you are using then add following line in you Podfile
platform :ios, '6.0'
pod 'ABTestingVessel'
Or
Step II: Unzip and Install
- Make sure you are using the latest version of Xcode (v4.6+) and targeting iOS 4.3 or higher.
- Download https://github.com/vesselio/ABTesting/archive/master.zip
- Unzip the file and drag the Vessel.framework folder into your Xcode project folder target.
Step II|: Link libraries
1.Select you project in Xcode
2.Click your app name under Targets
3.Select the Build Phases tab
4.Expand the Link Binary With Libraries
Step IV: Add the following frameworks:
1.SystemConfiguration.framework
2.Security.framework
3.CFNetwork.framework
4.libsqlite3.dylib
5.libicucore.dylib
Step V: Import, Buld & Run
- Open your AppDelegate.m file. Import Vessel header
- Build your application.
Run!