Open cagataymuhammet opened 7 years ago
I had this problem too. To fix it I had to change the restriction. See the screenshot.
It is possible to auth as an Android app by changing headers like:
headers.put("X-Android-Package", packageName);
headers.put("X-Android-Cert", signature);
But the library does not allow to do this so you have no choice to use another key no restricted on Android app but I advise you to restrict API access.
Hi i get
AndroidDeviceVerifier: # problem validating JWS Message :https://www.googleapis.com/androidcheck/v1/attestations/verify?key=AIzaSyCpapomZLaBOMBwn-bkeXTtdjjTVd9eleY
java.io.FileNotFoundException: https://www.googleapis.com/androidcheck/v1/attestations/verify?key=AIzaSyCpapomZLaBOMBwn-bkeXTtdjjTVd9eleY
error