-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
TypeError: Cannot read property 'checkSelfPermission' of undefined #4
Comments
I have the following permissions added to AndroidManifest.xml
|
@sido420 you are using n7 version with N 6.x (share your package.json next time, easier to see all). |
Same error even with
Here is package.json:
|
I use:
|
Can you share the full error stack? |
Sorry for the late response. I tried many things, but couldn't get NS to print a meaningful stack trace. All of the following just give me the error in title:
If you know of anything else that I can try, I'd be happy to do so. Other than that, plz let me know if theres any other way I could help you debug. |
It gave you the error but with more |
I did not find sample usage details in demo app.
There is no existing issue related to this.
Android (not tested on iOS)
Android 8.1.0
ASUS Zenphone
CLI: 6.7.8
Cross-platform modules: "6.5.0"
Runtime(s): 6.5.0 (both)
Plugin(s): let me know if needed
Here is code example:
getPermissionTypes works fine but requestContactsPermission throws the error in title in the calling function.
The text was updated successfully, but these errors were encountered: