ICloud unique identifier

I am trying to learn about iCloud. I read that there ubiquityIdentityToken, and he used to determine if iCloud is available or if the user has changed the signed account. Also, it is only available on ios 6+

But I need to know unique data for each iCloud user. What I say, after the user logs into iCloud, is there a way for us to let the developers know who these people to which the account belongs are as a username or identifier (similar to Facebook fbid / identiferForVendor)? Could we get an iCloud user account in code?

The reason I want to know this is because I want to check if the user's iCloud account (or any unique data that we could get from them) can be used as a unique user ID on our server.

I hope I can get the answers. Thank you very much!

+3
source share
2 answers

Apple doesn't want you to do this. That's why they give you a unique marker that is opaque. You cannot use it as an identifier on your server. Apple does not allow iTunes accounts to be used this way at this point in time.

Facebook Twitter, API iOS.

0
0

All Articles