Refer to sample-apps-ios.
A simple single-view application that uses the Sentiance SDK.
Steps applied: Sentiance iOS SDK docs
- Request a developer account by contacting Sentiance.
- Grab your test app credentials from here.
- Download and extract the latest framwork file from the sentiance ios sdk docs
- Place the extracted framework in the repository root path
open SDKStarter.xcodeproj
- In
SDKStarter/SentianceSDKService.m
: setAppId
andAppSecret
to the credentials from the application you added in step 2. - Clean, build and run the application on your device