Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem validating JWS Message #33

Open
cagataymuhammet opened this issue Oct 5, 2017 · 2 comments
Open

problem validating JWS Message #33

cagataymuhammet opened this issue Oct 5, 2017 · 2 comments

Comments

@cagataymuhammet
Copy link

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

@soenkegissel
Copy link

soenkegissel commented Jul 3, 2019

I had this problem too.
To fix it I had to change the restriction. See the screenshot.
image

@ben-j69
Copy link

ben-j69 commented Feb 11, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants