We needs to get a unique identifier from ios devices, but Apple will reject all apps that using UDID. What’s the solution in Unity?
There is a API SystemInfo.deviceUniqueIdentifier, but after I removed app and re-install again, Systeminfo.deviceUniqueIdentifier value was changed everytime.