I am developing an application using phonegap for both ios and android. My application is going to have a free trial of 5 items, for every additional item the user will have to pay.
My problem is hat i cant get any unique identifier of the device using my app, so a user can use the 5 free items , then uninstall and reinstall the App and get aditional 5 free items.
I have tried using the device.udid provided by phonegap api , but it changes every time i reinstall it.
Any ideas?