-
Notifications
You must be signed in to change notification settings - Fork 54
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
[android] checkPermissions always return 'denied' #129
Comments
I also have a problem on my app using the very same package version, it crashes in production when attempting to access contacts. I my case it crashes before asking user for permission. |
I see there is a new version 6.1.1 I will test that. |
Upgrading to version 6.1.1 did not fix my problem |
the problem |
I have exactly the same problem. On Android the app does not even try to open permission dialog. |
Can someone from the dev team please let us know if this is going to be fixed? Thanks. |
We're using the helpers provided by the Capacitor code itself. We don't do any logic on this. Are you sure you added the necessary lines in |
Yes, I added the permissions to the manifest file, checked everything 20 times. It does not make any sense. Maybe the helpers are not working ok in later versions of Android. I am going to check that too. Below is the complete service class we are using.
|
Without a reproduction we won't be able to help you unfortunately |
version: 6.0.6
Describe the bug
A clear and concise description of what the bug is.
checkPermissions
always return 'denied', even though permission granted.requestPermissions
returns 'granted'..and for
checkPermissions
, ios works fineThe text was updated successfully, but these errors were encountered: