iOS7 - Device unique identifier [duplicate]
问题 This question already has answers here : UIDevice uniqueIdentifier deprecated - What to do now? (32 answers) Closed 6 years ago . Our iOS application is for specific users. So, we used device unique identifier for user identification. This approach works fine till iOS 6, because we are getting same value every time. NSString *strUniqueIdentifier = [[UIDevice currentDevice] uniqueIdentifier]; In iOS 7, above method is retuning different values and we are getting issues in user identification.