- Home /
How to identify each iOS device?
As per my title suggest and my game requirement, I want to identify each ios device uniquely. Because I want to pass data over server for this and want to manage data related to that.
So I want to detect my iphone is different than my friends have. How to do this? Is there any way exist to access iphone UDID?
EDIT: If I uninstall and install same game again then it will generating different uniqueDeviceIdentified. I want per device some unique thing. So what I need to do?
I guess you have to add some kind of login system if you can't use SystemInfo
as answered
@doopp, I have already set up login system. But I just want to confirm that can I use deviceUniqueIdentifier to identify each iPhone device?
If you already implemented. you can store there email or id inside your app and use that as your identifier. right?
Answer by Vagonn · Apr 16, 2016 at 08:09 AM
@Vagonn, If I use deviceUniqueIdentifier from SystemInfo class then it remain unique per iOS device. I read some where that if you uninstall and install game again and if you are using deviceUniqueIdentifier then it will generate different number. I don't want this type of behaviour so that. Please give some of your suggestion in this.
@Vagonn, this is not unique id. After uninstall and then I install game again. But this is giving me different id.
now what I need to do?
There is no unique identification exist for iPhone devices. So we can use generated device token of identifying purpose though it get expired when user install app again and new device token get generated.
So we require to track this at server side :)
Your answer
Follow this Question
Related Questions
is unity required iphone device ? 1 Answer
Fixing Layout issues for iPad 0 Answers
Unity modules for iOS? 1 Answer
iPhone Controller Asset 0 Answers
iOS: Handheld.PlayFullScreenMovie 2 Answers