Appearance
Configuring your app ID in the Privy Dashboard
To use Privy's Android SDK, you must first configure native mobile settings for your Privy app ID in the Privy Dashboard.
Follow the steps below to get started!
Register allowed application IDs
To enforce secure usage of your Privy App ID, register the application ID that is allowed to use your Privy App ID. Your application ID is the unique value that identifies your app in the Google Play Store.
- Copy your project's application ID from your app's build.gradle file.
kotlin
android {
...
defaultConfig {
applicationId = "com.myorg.app" // copy this
...
}
...
}
- Add your application ID in the Privy Developer Dashboard in the Settings page > Domains tab in the left sidebar.
Note that:
- Multiple app IDs can be added
- An empty list will mean all requests from mobile apps are denied.
INFO
Before integrating authentication, you must enable and configure your login methods in the Privy Developer Dashboard.