Apptient-Segments-SDK 1.4.2

Apptient-Segments-SDK 1.4.2

TestsTested
LangLanguage Obj-CObjective C
License Commercial
ReleasedLast Release Jun 2015

Maintained by Bruno Bulić.



  • By
  • Bruno Bulic

Installation

Apptient-Segments-SDK is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "Apptient-Segments-SDK"

To Use

Use the #include <Apptient-Segments-SDK/SegmentsSDK.h> to your Application Delegate .m file. Add in the application:didFinishLaunchingWithOptions: the following line:

#include <Apptient-Segments-SDK/SegmentsSDK.h>

// some code here

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
    //..    

    [SegmentsSDK startWithAppId:@"Some-APP-ID"]

    return YES;
}

For the basic configuration. Get your App ID from APPTIENT Inc.

Author

Bruno Bulic, [email protected]

License

Apptient-Segments-SDK is available under the APPTIENT Inc. Terms & Conditions. See LICENSE for details.