UniqueDeviceID
UniqueDeviceID copied to clipboard
Does not work on Android API23
On API 23 I have:
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
but still I get this error:
java.lang.SecurityException: getDeviceId: Neither user 10058 nor current process has android.permission.READ_PHONE_STATE.
Please check version 1.3.1
I have the same issue even with the new version. the permission is correctly added to the AndroidManifest, but still it throw that error.
Hi! Does anyone get the solution for this issue. Even for me also it happening in the same. If I open the app first time then UUID will not generated. If I open for second time then it will give the UUID number.
Hello, Are there any solutions for this bug? Using version 1.3.1, get an error:
java.lang.SecurityException: Neither user nor current process has android.permission.READ_PHONE_STATE
Hello, Any updates on this? Still not working after target api 23 update..
+1
Trying to find a solution ...
Found the solution.. I have updated cordova, iOS and Android for cordova, and all plugins.. Works good on both.
We are now maintaining a fork of this repository https://github.com/wizpanda/cordova-plugin-unique-device-id2.