New SafetyNet Attestation API deprecation field

270 views
Skip to first unread message

SafetyNet API Clients

unread,
Nov 2, 2022, 12:07:22 PM11/2/22
to SafetyNet API Clients
Hi there,

The SafetyNet Attestation API team is adding a new field to the SafetyNet Attestation API response. The new field contains information about the deprecation of the SafetyNet Attestation API to make developers aware that they need to migrate to the new Play Integrity API by June 30, 2023. See the deprecation timeline for more details.

What do I need to do?
Ensure that your integration with the SafetyNet Attestation API is compatible with the new field. Especially, make sure that this new field doesn’t break your parser or usage logic.

What is the new field?
The new field deprecationInformation contains information about the deprecation of the SafetyNet Attestation API and is added to the SafetyNet attestation response. The following excerpt shows the format and sample contents of the payload data.

{
    "timestampMs": 9860437986543,
    "nonce": "R2Rra24fVm5xa2Mg",
    "apkPackageName": "com.package.name.of.requesting.app",
    "apkCertificateDigestSha256": "0123456789abcdef...",
    "ctsProfileMatch": true,
    "basicIntegrity": true,
    "evaluationType": "BASIC",
    "deprecationInformation": "..."
}

What is the timeline for the launch of this new field?
The new field will be gradually rolled out starting 2022-11-15. By the end of January 2023, the field will be in all attestation responses.

How do I get help or share feedback?
We are here to ensure you have a smooth migration to the Play Integrity API. If you have any issues or questions, please visit the Play Console Help Center.

We also want to hear your thoughts about building better integrity services, so please share feature requests and feedback in your Play Console. To do this, click the question icon at the upper right corner of Play Console then click “Send feedback” in the drop down menu.

Best,
The SafetyNet API Clients Team
Reply all
Reply to author
Forward
0 new messages