Questions tagged [safetynet-api]

17 questions
8
votes
1 answer

How to fix Remove the play-services-safetynet warning?

I am attempting to place my app in production but, continuously get the "warning"/error that wont allow me to deploy my app to production. Critical issues have been reported with the following SDK…
5
votes
1 answer

How to change SafetyNet version in a flutter app?

Google is not publishing any update release for my app because of this warning: The developer of play-services-safetynet (com.google.android.gms:play-services-safetynet) has reported critical issues with version 17.0.0. Consider upgrading before…
4
votes
1 answer

SafetyNet Attestation fails Flutter Firebase Phone Authentication

I am working on one of my flutter project and trying to add firebase phone authentication but I encountered with the error related to safetynet.Whereas i am able to use other authentication methods e.g. SignInWithEmailAndPassword. Whenever I am…
Himanshu Rai
  • 118
  • 1
  • 6
2
votes
0 answers

Detect Rooted Device By Using SafetyNet - Failure Listener

I'm trying to detect rooted device on my app before my login process. Regarding to this answer , I decided to use SafetyNet. I edited this code like this: public class RootedDeviceCheckWithSafetyNetAttestation { public static AtomicInteger…
Wicaledon
  • 710
  • 1
  • 11
  • 26
2
votes
1 answer

Firebase Phone Auth with Firebase UI has SafetyNet issue

Tried to add another app on the same Firebase project since both app are related to each other, now we have two app in one Firebase project with different package name but same keystore was used so the release SHA1 and SHA256 is the same as…
2
votes
2 answers

Google SafetyNet API JwsResult is a hashed string instead of JSON

I've successfully implemented Google SafetyNet API, even have a successful response. Problem is that the JWSResult from AttestationResponse is a hashed string, whereas my expectation was to get a JSON in response. May I ask where do I need to first…
Lendl Leyba
  • 2,287
  • 3
  • 34
  • 49
2
votes
0 answers

ReCaptcha API with different language on android

I am using reCaptcha API on android through SafetyNet API as given on Android Developer site. My application is multilingual application. When I all together change phones language setting, my reCaptcha appears in that language. But I want to change…
Anuja Kothekar
  • 2,537
  • 2
  • 15
  • 28
1
vote
1 answer

Safetynet to Play Integrity migration - Google Cloud account

When we migrate from the SafetyNet Api to Google Play Integrity Api we need link a PlayStore application to the Google Cloud Project in the Google Play console. For existing on production application should it be the same google cloud project in…
1
vote
0 answers

support different languages for Google reCAPTCHA

I am using reCaptcha API on android through SafetyNet API as given on Android Developer site. My application is multilingual application. When I all together change phones language setting, my reCaptcha appears in that language. But I want to change…
1
vote
0 answers

Is it possible to forge a SafetyNet Attestation token/x509 certificate

I was instructed to implement the API SafetyNet Attestation in an app and there were some concerns about verifying the token. We created an endpoint that will return a nonce generated on the server side that will include the hash of a mix of…
1
vote
1 answer

Not getting SafetyNet Api Attestation Response

I got an issue with google safetynet api attestation response. Even if i supplied the safetynet client, nonce and the apikey to the "client.AttestAsync()" method it won't return SafetyNetApiAttestationResponse. What could possibly wrong with below…
thilim9
  • 227
  • 2
  • 8
  • 17
1
vote
0 answers

Safetynet attestation request from a webview's javascript?

Today I was wondering if it would be possible to perform a Safetynet attestation request from the webview of an app. I actually would assume 'yes' because a webview lives in the context of an app and so it would be possible for the request to get…
0
votes
0 answers

Is it possible to use Invisible Captcha or Checkbox Captcha in Android?

As I see here , it is possible to make invisible or checkbox captcha but I implemented SafetyNet reCaptcha API and I only see captcha verification using the popup challenges. How this type of captcha can be used in Android?
RaceyT
  • 135
  • 1
  • 8
0
votes
1 answer

Android SafetyNet quota over 10.000

We have many applications in the store that authorize through SafetyNet. In total, there can be more than 100,000 users per day. To get a quota of more than 10 thousand, I need to fill out an application from Google. But in one of the fields I need…
0
votes
1 answer

Can I use SafetyNet with firebase functions?

I am trying to implement SafetyNet in my app. I also, don't have a server, and I am using Firebase Firestore and Firebase Functions. My knowledge about Firebase Functions is very limited. And I was wondering if I could somehow use the functions to…
Ravers
  • 988
  • 2
  • 14
  • 45
1
2