-
Notifications
You must be signed in to change notification settings - Fork 68
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
requestPermissions does not ask user for permissions #73
Comments
Hi @geekmidas do you have some news about this? Typically this kind of problem means some problem in the configuration of the project with maybe a wrong SHA-1. Please also note that the SAH-1 is normally different from debug to release |
@Francesco-Voto I do not, I struggled and we postponed the feature for later. How did you set yours up? |
For testing we add the debug SHA1. Typically you can find it in this way Remember to change with your production keystore and also test it with a release build. |
this is happening for us too. |
hi, I am also facing that issue so I try another library. there I found a comment help i am able to resolve this issue please check. in app/build.gradle.
in your_project/android delete debug.keystore |
Below is the code that I am using. When I call
requestPermissions
it does not ask the user for permissions. Please assistThe text was updated successfully, but these errors were encountered: