Reputation: 837
I want to make sure I understand the ubiquityIdentityToken
correctly.
The ubiquityIdentityToken obtained on each device for each iCloud account will be consistent and unique on that device, but may be inconsistent across devices.
Is this true?
See here for the Apple Docs on the ubiquityIdentityToken
.
Upvotes: 5
Views: 258
Reputation: 12230
I did some very basic tests between simulator and device and I found that ubiquityIdentityToken
is unique per device/iCloud account.
I logged in into iCloud with different iCloud accounts and each time the returned token would match the one that was previously returned for the same combination of device/iCloud account.
Upvotes: 3