scottyab / safetynethelper

SafetyNet Helper wraps the Google Play Services SafetyNet.API and verifies Safety Net API response with the Android Device Verification API.
333 stars 79 forks source link

Will there be a Play Integrity API version helper in the future? #58

Open Michaelhun741 opened 2 years ago

Michaelhun741 commented 2 years ago

Since Google is discontinuing the SafetyNet Attestation API and change to use Play Integrity API.

Will there be a Play Integrity API version helper in the future?

scottyab commented 1 year ago

Thanks for flagging this, I am aware. I'm planning to update to using the Play Integrity API. However likely I'll drop the library part of the repo and reimaging this as a sample app. My rationale is that the "secure" part of the SafetyNet/Integrity checks is that the validation is done on the server no app and I'm concerned that's not 100% if the library is showing this done in-app. Also I based on anecdotal feedback it's the sample app that's the useful thing here not the library.