This app showcases the use of the Kin Ecosystem iOS SDK.
- xcode 9.4.1
- cocoapods 1.5.0
- Clone this repo
- Run
pod install
The sample app can authenticate with the kin ecosystem using one of two ways:
- JWT
- 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.
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.