Marc George
Marc George

Reputation: 102

CrossDeviceInfo.Current.Id on iOS Not Consistent

Why on iPhone iOS 8 does CrossDeviceInfo.Current.Id not return a consistent device ID like it does on Windows and Android devices? It changes daily...

Upvotes: 0

Views: 525

Answers (1)

Aleem
Aleem

Reputation: 3291

You can't get consistent device ID in iOS, it was available before iOS 5. See this post to get full idea about device id in iOS. See here

Upvotes: 1

Related Questions