xcode - Is there another Hardware specific Code / Number / anything which is able to replace UDID? -


assume following :

i created ipad app on ios6 uses udid of ipad before app can installed. consumer types in udid , can install. in ios 7 way used udid not supported anymore, search else replace udid, if possible.

you may see question somehow related how find udid in ios7 without

no there none, of ios 7 cant use mac address. should never identify device user.

you option kind of registration server, app generate unique number store in keychain persist value.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -