Skip to content

elasticode-source/swift-simpleButton

Repository files navigation

swift-simpleButton

Elasticode simple button example

Synopsis

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.

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 

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

Motivation

simpleButton is an app that enables you to learn the

  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 simple button example (swift)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published