Skip to main content
Participant
May 22, 2013
Question

Identify user in iOS

  • May 22, 2013
  • 1 reply
  • 397 views

Hey All,

I've been searching on the internet for days and could't find the sollution, so therefore this post.

We need to find a way to recognize an iOS user even after restore / new device.

I've read that up from iOS 5> the UUID has been removed.

How can i still identify a user?

Thanks in advance for your effort in helping me!

Grtz

This topic has been closed for replies.

1 reply

Colin Holgate
Inspiring
May 22, 2013

The UDID was for the device, so you won't be able to tell it's the same user if they have a new device, even if you were allowed to read the UDID.

The Game Center is one way to know that it's the same user. Read this article to see about using Game Center:

http://www.davidflatley.com/2012/02/06/adobe-native-extension-for-ios-game-center-part-1/

If you just want to know that it's the same user on an existing device after doing an update, you could use shared objects. Those will be cleared out if the user deletes the app, but they should survive with a regular app update.