Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.01 KB

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.