I need to send a unique number per device to server to trace the application install and create its specific device number.
When i use to generate the unique number by some logic, and make it to store in the local db, but on uninstalling and again installing the application, the generated number is different. So i'm not able to get the data for that device been used previously.
Do we have some way to make/generate this unique number ?