Skip to content

elasticode-source/iOS-webApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS-webApp

Elasticode web app example

Synopsis

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.

Code Example

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;
  }

Motivation

webApp is an app that enables you to learn

  1. How to integrate the SDK
  2. How to manage and control your experiences VIA the dashboard
  3. How to correlate relevant experiences to relevant segments ( audiences )

Installation

Using our SDK, here is a step by step guide

About

elasticode web app example (iOS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published