How to configure the Suki Mobile SDK
SukiAmbientCoreManager.shared.environment
property. The recommended environments for clients are STAGE
and PROD
.
didFinishLaunchingWithOptions
if login sessions persist across launches:
partnerInfo
dictionary should include the partner ID and provider details. Currently, these parameters are not actively used, as the SDK is designed for a single user with one specialty. The initialization signature may change in future releases.SukiAmbientCoreError
if an error occurs.TokenProvider
protocol. The client application is responsible for supplying a valid token whenever requested by the SDK.true
for background recording support if your app allows it. If set to true
, the SDK will continue recording when the app is backgrounded; otherwise, recording will pause and must be resumed when the app returns to the foreground.