A simple single-view application that uses the Sentiance SDK inside a Swift project.
Steps applied: Sentiance iOS SDK docs
- Clone this repository
- Download and extract the latest framwork file from the sentiance ios sdk docs
- Place the extracted framework in the repository root path
- Create a developer account here
- Register a Sentiance application here to obtain an application ID and secret
open SDKStarter.xcodeproj
- In
SDKStarter/AppDelegate.swift
: replaceYOUR_APP_ID
andYOUR_APP_SECRET
with the credentials from the application you added in step 5. - Clean, build and run the application on your device