App attestation
This documentation only describes how to configure the SDK for our app attestation feature. If you want to learn about the feature and the full set of implementation requirements, see the main feature documentation:
Supported operations
Attestation can be performed during activation, recovery, or any kind of authentication.
How to configure app attestation
To use our attestation feature, you need to:
Configure the mobile SDK
To use Play Integrity, you need to add the required dependency to you app:
- Gradle (Kotlin)
- Gradle (Groovy)
dependencies {
implementation("com.google.android.play:integrity:1.1.0")
}
dependencies {
implementation "com.google.android.play:integrity:1.1.0"
}
Configure the application configuration
The process for configuring the application configuration varies depending on whether you are a MobileID customer or an Encap SCA customer.
You can use the buttons below to learn how to configure the application configuration for the different products.
Error codes
The table below illustrates errors related to the Play Integrity.
You can find the corresponding error descriptions in our SDK error codes documentation.