UniqueDeviceID
UniqueDeviceID copied to clipboard
Android Permission "Allow to make and manage phone calls"
how can I avoid from this warning message? "Allow to make and manage phone calls"
Need help on this . Can someone advise
Ditto...
Bump.
Really bothering issue...
Any news on this?
also having this problem..
I solved using Device instead.
https://ionicframework.com/docs/native/device/
Well but DEVICE is not persistent.. But I did it the same way...
bump
Forgot about it @Anil8753, this Repo is dead
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.
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
@elbidone as per above comments : no more permission request... the numbers are almost the same but with different order
-
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 ?
-
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 :
@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.
We are now maintaining a fork of this repository https://github.com/wizpanda/cordova-plugin-unique-device-id2.