Environments (Deprecated)
There are two environments on Smile ID. Test which is used for development and Production which should be used for live deployments
LIVE AND TEST
TEST
PRODUCTION
CALLBACK URL
From version 6.4.2 there is added functionality to set custom callback using the SDK, this can be done by using the SIDNetData class. After setting the other settings in this class then call the methodsetCallBackUrl
as in the example below
If the call back URL is not set from the SDK it will always default to the setting on the backend.
More information on callback URL can be found here
SETTING ENVIRONMENTS
Last updated