Skip to content
This repository has been archived by the owner on Jul 7, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.07 KB

kin-ecosystem-ios-sample-app

This app showcases the use of the Kin Ecosystem iOS SDK.

Requirements

  • xcode 9.4.1
  • cocoapods 1.5.0

Installation

  1. Clone this repo
  2. Run pod install

Usage

The sample app can authenticate with the kin ecosystem using one of two ways:

  1. JWT
  2. An app id and developer key

For this sample app, a default credentials plist is provided (defaultConfig.plist) which uses test credentials environment with both options available.

Note: the private key used in the credentials plist is for test purposes only.
You should definitely keep your production private key in a safer and more secure place.

Disclaimer

This is a very minimal app designed just to launch the Kin Marketplace and allow interacting with all of Kin SDK's appearance on hosting apps. It is maintained from time to time, but at a low priority.
For more info on using the actual SDK in your own app, go to Kin Ecosystem iOS SDK.