Android Downloads

Android SDK 1.9.1

  • Fixed issue with conncurrent test and callbacks

Android SDK 1.9

  • Introducing Multi testing support. You can now run multiple A/B tests at the same time on same device.
  • Added support for User Tracking
  • Report meta data along with your checkpoints.
  • New API's for request timeout.
  • Optimized and reduced footprint of SDK

Android SDK 1.7

  • Added support for multi-variation testing
  • Deprecated in-app support desk
  • Optimized and reduced footprint of SDK

iOS Downloads

iOS framework 1.1

  • Introducing rich media publishing & A/B testing support.
  • Fix for test devices functionality.

iOS framework 0.9

  • Introducing Multi testing support. You can now run multiple A/B tests at the same time on same device.
  • Added support for User Tracking
  • Report meta data along with your checkpoints.
  • New API's for request timeout.
  • Optimized and reduced footprint of SDK

iOS framework 0.6

  • Fixed issue with UI Threads
  • Improved multi checkpoint reporting
  • Added support for cocopods

Cocoapods Users

  • Open Podfile in your Xcode project directory, Add following:
  • $ edit Podfile
    platform :ios, '6.0'
    pod 'ABTestingVessel'
  • Now you can install the dependencies in your project:
  • $ pod install

Windows Downloads