App Data
constructor(packageName: String, signatureDigests: List<ByteArray>, appVersion: Int? = null, androidVersionOverride: Int? = null, patchLevelOverride: PatchLevel? = null)
Parameters
package Name
Android app package name (e.g. at.asitplus.demo)
signature Digests
SHA-256 digests of signature certificates used to sign the APK. This is a Google cloud signing certificate for production play store releases. Being able to specify multiple digests makes it easy to use development builds and production builds in parallel.
app Version
optional parameter. If set, attestation enforces application version to be greater or equal to this parameter