ScriptReference/SystemInfo-deviceUniqueIdentifier #303
Replies: 2 comments
-
|
Comment by On Android it attempts to use the device ID if the telephony permission is available, then the android ID, then the mac address, but there's some complexity outlined here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Comment by On iOS the identifierForVendor can change if all vendor apps are uninstalled. If you're not using the value for advertising, you can consider storing the value in the device's keychain on first install and retrieving from there on subsequent installs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ScriptReference/SystemInfo-deviceUniqueIdentifier
https://docs.unity3d.com/ScriptReference/SystemInfo-deviceUniqueIdentifier.html
Beta Was this translation helpful? Give feedback.
All reactions