I want to ask that whether objective C can obtain a unique device ID of the Device. \"uniqueIdentifier\" is deprecated in iOS7 and I try to use \"identifierForVendor\" but i
iOS does not allow you to identify a device universally anymore. That is the basic idea behind removing access to UDID and Mac address.
You need to change the design of your application to adapt to these new circumstances.