-
Notifications
You must be signed in to change notification settings - Fork 30
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 6.0 Issues #5
Comments
i think is not a problem of permission. i checked it and there is permission. |
It was working fine prior to Android 6.0 after android 6.0 it's not showing Regards, Tharindu Gamage
|
@davide-redooc in Android 6.0 (API level 23) the permission handling has changed. GET_ACCOUNTS considered as "Dangerous Permission". Further readings: |
So no more device access to accounts possible? Regards, Tharindu Gamage
|
The app should ask the user to access the contact list. When you call |
but it's an android component how can i access on to this element with cordova-ionic? |
A ionic app is just some JS. You can call APIs described in README after the ready event. |
you can resolve this by changing the sdk version of android in the manifest file from 23 to 22 as below |
Hi @mohamedRhaiem, any PR is welcome :) |
using Ionic on IOS 6.0 still not working well. Thanks |
Hi @asafco4, this plugin does not support iOS... |
I will send a PR sometime in the weekend, but for the time anyone trying to use this plugin, or any other cordova plugin that is not updated to SDK 23, I suggest this cordova plugin. It has quite a big overhead, but you can request runtime permissions with it, so if you call ask for one before using this plugin, it will work fine. |
Hey. This plugin is not working on Android 6.0 because of permission issues i guess. Can you please fix this or help me fix my problem.
Thank you.
The text was updated successfully, but these errors were encountered: