Questions tagged [safetynet-api]

17 questions
0
votes
1 answer

Android SafetyNet Attestation Nonce Question

Google's instructions for implementing the attestation API are: Obtain a nonce. Request a SafetyNet attestation. Transfer the response to your server. Use the response on your server, along with your other anti-abuse signals, to control your app's…
user1114
  • 1,071
  • 2
  • 15
  • 33
-1
votes
1 answer

Examples of Potentially Harmful Applications to test SafetyNet Verify Apps API

I want to test the behavior of listHarmfulApps() under SafetyNet Verify Apps API which obtains a list of any known potentially harmful apps that the user has installed on their…
1
2