Elasticode web app example
Elasticode web app example allows you to learn more, about how you can integrate the elasticode SDK, and show example code used to configure dynamic object loading different page to a webView.
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
- (BOOL)application:(UIApplication *)application
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// Override point for customization after application launch.
[ElastiCode devModeWithLogging:elastiCodeLogLevelErrors];
[ElastiCode startSession:@"YOUR_ELASTICODE_KEY"];
return YES;
}
webApp is an app that enables you to learn
- 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