UniqueDeviceID icon indicating copy to clipboard operation
UniqueDeviceID copied to clipboard

Android Permission "Allow to make and manage phone calls"

Open yeghish81 opened this issue 8 years ago • 15 comments

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

yeghish81 avatar Dec 09 '16 09:12 yeghish81

Need help on this . Can someone advise

raghavendradabbir avatar Apr 01 '17 20:04 raghavendradabbir

Ditto...

beck24 avatar Apr 02 '17 20:04 beck24

Bump.

thedmeyer avatar Apr 25 '17 21:04 thedmeyer

Really bothering issue...

RedEars avatar May 04 '17 15:05 RedEars

Any news on this?

phaberest avatar Oct 09 '17 02:10 phaberest

also having this problem..

hirbod avatar Oct 09 '17 23:10 hirbod

I solved using Device instead.

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

phaberest avatar Oct 10 '17 05:10 phaberest

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

hirbod avatar Oct 11 '17 10:10 hirbod

bump

Anil8753 avatar Dec 28 '17 06:12 Anil8753

Forgot about it @Anil8753, this Repo is dead

hirbod avatar Dec 29 '17 13:12 hirbod

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.

john-doherty avatar Sep 25 '18 16:09 john-doherty

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

vdias38 avatar Nov 26 '18 13:11 vdias38

@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

lav-sttl avatar Jan 07 '19 07:01 lav-sttl

@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.

vdias38 avatar Jan 07 '19 10:01 vdias38

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

sagrawal31 avatar May 21 '19 08:05 sagrawal31