Giter VIP home page Giter VIP logo

taplytics-ios-sdk's Introduction

Taplytics iOS SDK

Description: Taplytics is a native mobile A/B testing platform that allows you to create new tests and push them live without any code updates!

Project Setup

How do I, as a developer, start using Taplytics?

  1. Sign up for a free account at Taplytics.com.
  2. Install the SDK.
  3. Create an experiment and push it live to your users!

Installation Instructions (using CocoaPods)

  1. Install using CocoaPods

    • Add a Podfile to the root of your project directory with the following:
    platform :ios
    pod 'Taplytics'
  2. _Add an import for the taplytics framework to your prefix.pch file.

    // YourApp_prefix.pch:
    #ifdef __OBJC__
      #import <Foundation/Foundation.h>
      #import <UIKit/UIKit.h>
      // Add the following line:
      #import <Taplytics/Taplytics.h>
    #endif
    
  3. Initialize the SDK by adding a line of code with your API key in your AppDelegate.m file

    - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
        ...
        [TaplyticsManager startTaplyticsAPIKey:@"Your App Token Here"];
        ...
    }

Installation Instructions (Manual Installation)

  1. Download the SDK / clone into your app.

  2. Load the Taplytics framework into your app.

  3. Add the required frameworks:

    CFNetwork.framework
    Security.framework
    CoreTelephony.framework
    AdSupport.framework
    SystemConfiguration.framework
    libicucore.dylib
  4. Add the -ObjC Linker flag to your project settings

  5. _Add an import for the taplytics framework to your prefix.pch file.

    // YourApp_prefix.pch:
    
    #ifdef __OBJC__
      #import <Foundation/Foundation.h>
      #import <UIKit/UIKit.h>
      // Add the following line:
      #import <Taplytics/Taplytics.h>
    #endif
  6. Initialize the SDK by adding a line of code with your API key in your AppDelegate.m file

    - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    ...
    [TaplyticsManager startTaplyticsAPIKey:@"Your App Token Here" liveUpdate:YES];
    
    //For internal builds, use liveUpdate:YES. For public builds, use liveUpdate:NO.
    ...
    }

Questions or Need Help?

The taplytics team is available 24/7 to answer any questions you have. Just email [email protected] or visit http://help.taplytics.com for more detailed installation and usage information.

taplytics-ios-sdk's People

Contributors

aglazer avatar jonathannorris avatar mike0yan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.