ostdotcom / ios-demo-app

Sample implementation for iOS

Home Page:https://ost.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS Demo App

Introduction

The Demo App is reference implementation of the OstWalletSdk. This App is meant to be a technical reference- please refer to dev.ost.com for full SDK references and workflows.

Dependencies

Cocoapod

Run below command to pull all dependencies in Podfile:

pod install

Carthage

OstWalletSdk is released under Carthage. So, OstWalletSdk and dependencies may be pulled by:

carthage update --platform ios

Application Setup

  • Assign appropriate value for OST_PLATFORM_API_ENDPOINT present in info.plist.
  • Assign appropriate value for MAPPY_APP_SERVER_URL present in info.plist.
  • Please refer to Application Server API specifications and set up a server to serve responses in the specified format to run the application.

About

Sample implementation for iOS

https://ost.com

License:Apache License 2.0


Languages

Language:Swift 99.5%Language:Ruby 0.3%Language:Objective-C 0.2%