lytics / ios-sdk-demo

Sample application and general demo instructions for the iOS SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS SDK Demo

Demo app for the Lytics iOS SDK.

Getting Started

To get started, create a DeveloperConfig.xcconfig file at the project root with a Lytics API token and an optional DEVELOPMENT_TEAM and ORGANIZATION_IDENTIFIER:

API_TOKEN = <Your Token>
DEVELOPMENT_TEAM = <Your Team ID> // Optional
ORGANIZATION_IDENTIFIER = <Your Domain Name Reversed> // Optional

The DEVELOPMENT_TEAM and ORGANIZATION_IDENTIFIER values are needed to run the demo app on a device but are not required to run the app in the Simulator. You can find your development team ID in the "Membership details" section of your Apple Developer Account page. Use a reversed domain name that you have control over or made up for the organization identifier.

About

Sample application and general demo instructions for the iOS SDK


Languages

Language:Swift 100.0%