This project demonstrates using of Reverie iOS SDK in your application.
Steps :
- Open this project in XCode.
- Register to RevUp to get
apikey
,appid
andserver endpoint
and download SDK Package. - Include the SDK package (libiOSSDK.a, include(headers), resource.bundle) to your project.
- Replace the
baseURL
,apiKey
andappId
parameters in API(SDKRegistration, ResourceDownload) calls with the credentials obtained through registration.
To integrate the library to your own project, please refer the API documentation provided with the SDK package.