Skip to content
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 Permission "Allow to make and manage phone calls" #27

Open
yeghish81 opened this issue Dec 9, 2016 · 15 comments
Open

Android Permission "Allow to make and manage phone calls" #27

yeghish81 opened this issue Dec 9, 2016 · 15 comments

Comments

@yeghish81
Copy link

how can I avoid from this warning message? "Allow to make and manage phone calls"

@raghavendradabbir
Copy link

Need help on this . Can someone advise

@beck24
Copy link

beck24 commented Apr 2, 2017

Ditto...

@thedmeyer
Copy link

Bump.

@RedEars
Copy link

RedEars commented May 4, 2017

Really bothering issue...

@phaberest
Copy link

Any news on this?

@hirbod
Copy link

hirbod commented Oct 9, 2017

also having this problem..

@phaberest
Copy link

I solved using Device instead.

https://ionicframework.com/docs/native/device/

@hirbod
Copy link

hirbod commented Oct 11, 2017

Well but DEVICE is not persistent.. But I did it the same way...

@Anil8753
Copy link

bump

@hirbod
Copy link

hirbod commented Dec 29, 2017

Forgot about it @Anil8753, this Repo is dead

@john-doherty
Copy link

john-doherty commented Sep 25, 2018

I've published a new npm package cordova-unique-device-id from @rustico-david fix to resolve the issue.

Remove the original:

cordova plugin remove cordova-plugin-uniquedeviceid

Install the updated version:

cordova plugin add cordova-unique-device-id

You don't need to make any changes to your code.

@vdias38
Copy link

vdias38 commented Nov 26, 2018

Hi @john-doherty

I've tried @rustico-david solution it's not consistent, for same device I have different uuid, depending if I use cordova-plugin-uniquedeviceid or cordova-unique-device-id:

Id with cordova-plugin-uniquedeviceid
"uuid":"58986b98-df3c-c189-0000-000000000008"
Id with cordova-unique-device-id
"uuid":"00000000-0000-0000-5898-6b98df3cc189"

but solve the issue, no more permission request... the numbers are almost the same but with different order

@lav-sttl
Copy link

lav-sttl commented Jan 7, 2019

@elbidone as per above comments : no more permission request... the numbers are almost the same but with different order

  1. What is difference between ionic cordova plugin add cordova-plugin-device plugin VS
    ionic cordova plugin add cordova-plugin-uniquedeviceid VS ionic cordova plugin add cordova-unique-device-id ?

  2. Can we used device's UUID to send Push Notification by using this plugin : ionic cordova plugin add cordova-plugin-device ?

In this screenshot :
DEVICE_INFO gets by using this ionic cordova plugin add cordova-plugin-device plugin
DEVICE_UUID gets by using this ionic cordova plugin add cordova-plugin-uniquedeviceid plugin
Both plugins gives UUID now,

Confusion here :
uniquedeviceid

@vdias38
Copy link

vdias38 commented Jan 7, 2019

@lav-sttl cordova-plugin-uniquedeviceid uses SIM datas only available on Android if user "allow to make and manage phone calls", on cordova-unique-device-id these datas are not requested then the permission is not requested to user.
cordova-plugin-device is different it provides an uuid but this uuid could be updated if user update or re-install the app.

@sagrawal31
Copy link

We are now maintaining a fork of this repository https://github.com/wizpanda/cordova-plugin-unique-device-id2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests