Integrate SDK
Import
Import the DENTGigastoreSDK
into your file.
Load
The load
method initializes the DENT SDK. Please make sure to include your "SDK Key" here. You can find your SDK Key in the DENT Gigastore under "SDK -> iOS -> Sales Channel".
Set UserToken
Please use an identifier from your system. You can e.g. use a self-signed JSON Web Token (JWT) as the userToken
. That way you are able to verify the requesting device on your server when receiving the activation request webhook from DENT.
Last updated
Was this helpful?