Make sure to think about your development environments before you get started
It is a best practice to use multiple environments during the development of your apps (Development, Testing, Production, etc.)
You will need a separate app id & secret for each of these environments, make sure to mention this in your request.
This will also allow us to enable debugging & analytics on your development environment if necessary.
Requesting an app id & secret
In order to properly integrate the Sentiance SDK you will need an app id & secret. You can request these by emailing to [email protected] or your Sentiance project point of contact.
The app ID and secret are sensitive information and must not be shared or communicated back to Sentiance or outside of your company in any event (e.g. via email, or Slack communication).
We also advise against hard-coding the appID and secret key in your app. This is not secure and can lead to leaked credentials. Please load these credentials from a secure source such a remote server, and store them securely on the device.