Configuration
Migrating from previous versions
If you are upgrading to version 7.1.0 or later and were previously using MobbID SDK via .aar files, please follow our Migration to 7.1.x guide.
Setup the project
For detailed instructions on setting up the MobbID SDK in your project (Maven repository configuration, dependencies, and ProGuard rules), please refer to the Configure SDK guide.
Initialize the SDK
The first step is to initialize the MobbID SDK. This step must be completed before performing any other actions with the SDK.
MIDSDK.initSDK(
applicationId = "your_application_id",
authToken = "your_auth_token",
serverUrl = "your_server_url",
context = applicationContext,
)
To locate the applicationId, authToken, and serverUrl, please refer to the Licenses section.
Once the SDK has been initialized, you can proceed to configure the remaining modules:
