-
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
not working with ionic #3
Comments
are you waiting for the device ready event ? |
yes i wait for the device ready event |
it's not working for me also... |
It works for me without issues in Ionic. |
you can resolve this by changing the sdk version of android in the manifest file from 23 to 22 as below |
Hi, why you don't recommend? Thanks |
As explained in the project description, this plugin is not maintained anymore... |
i try to use that with my ionic app , but it not working i get nothing on the accounts array ???
window.plugins.DeviceAccounts.get(function(accounts){
// accounts is an array with objects containing name and type attributes
console.log('account registered on this device:', accounts);
}, function(error){
console.log('Fail to retrieve accounts, details on exception:', error);
});
The text was updated successfully, but these errors were encountered: