Our app allows the users to do a thing once, and only once. Some data is send to the server and the user gets something in return. However, the user can just reinstall the app in order to use this function again.
How do you prevent this from happen? Since "[[UIDevice currentDevice] uniqueIdentifier]" is deprecated and might cause rejection???, what is the best way to solve this?
Thanks in advance