https://github.com/adambco/eula-sample-application-swift
https://github.com/adambco/eula-sample-application-swift
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adambco/eula-sample-application-swift
- Owner: AdamBCo
- Created: 2016-10-25T04:08:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T04:18:18.000Z (almost 10 years ago)
- Last Synced: 2025-11-22T04:02:54.540Z (9 months ago)
- Language: Swift
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Eula iOS SDK Example App
===================
Welcome to Eula! http://eula.io
This example project demonstrates how to configure and launch the Eula iOS SDK using CocoaPods.
If you do not have a Eula account, please follow this link to create one: http://eula.io/register
For iOS documentation http://www.eula.io/api-documents or email us at team@eula.io
###To get started:
* Clone or download the project
* In line 27 of `AppDelegate.m` enter the api key and api secret on your accoutn information.
`ELAManager.setAPIKey("API_KEY", apiSecret: "API_SECRET")`