- Home /
SystemInfo.deviceUniqueIdentifier returns empty string on LG-AS110
I'm using unity 2018.4.8f1 and use SystemInfo.deviceUniqueIdentifier as identifying user.
But on LG-AS110 and Android 6.0.1(API23), it returns string which has zero length.
What's the problem?
Answer by aki-ordbogen · Feb 21, 2020 at 04:13 PM
I get a similar error for the exact same model and OS version when using Android's Settings.Secure.ANDROID_ID. I get the error via Google Play Store's pre-launch report. Is that the same case for you?
Your answer
Follow this Question
Related Questions
Does SystemInfo.deviceUniqueIdentifier really need permission in Android? 1 Answer
Getting the unique hardware ID of the android device 0 Answers
prevent user from creating multiple accounts 1 Answer
SystemInfo.deviceUniqueIdentifie sometimes returns 000000000000 on Android 0 Answers
[android] SystemInfo.deviceUniqueIdentifier ... not unique ? 0 Answers