How to identify iOS device uniquely instead of using UUID and UDID [duplicate]
问题 This question already has answers here : Unique Identification of iOS device for iOS 7.0 and above (6 answers) Closed 3 years ago . In my iOS app, I have to restrict the user to use iOS app per device. To do this I found a solution that we can use the UUID (Universally Unique Identifier) or UDID (Unique Device Identifier) . But according to this answer I can't use UUID, because if app gets deleted or reinstalled UUID has been getting changed and I don't want this. Also Apple rejects apps if