Elasticode simple button example
Elasticode simple button example allows you to learn more, about how you can integrate the elasticode SDK, and show example code used to configure the UI of a simple button.
Setting up the environment is easy, you can follow the docs here
Don't forget to sign up to our service, so you can start hacking with our SDK (it's free ...) https://mc.elasticode.com/signUp.php
Connecting the app key to the SDK is VIA the appDelegate :
// i.e. in the didFinishLaunchingWithOptions: in the appDelegate
func application(application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
// Override point for customization after application launch.
ElastiCode .devModeWithLogging(elastiCodeLogLevelErrors)
ElastiCode .startSession("YOUR_ELASTICODE_KEY")
return true;
}
simpleButton is an app that enables you to learn the
- How to integrate the SDK
- How to manage and control your experiences VIA the dashboard
- How to correlate relevant experiences to relevant segments ( audiences )
Using our SDK, here is a step by step guide