I’m using unity 2018.4.8f1 and use SystemInfo.deviceUniqueIdentifier as identifying user.
But LG-AS110 and Android 6.0.1(API23) while Google tests, Unity crash report shows like this.
So I make it send logs that contains SystemInfo.deviceUniqueIdentifier value, and it shows empty string.
Why it returns empty string? Is it error of SystemInfo.deviceUniqueIdentifier?