Hello i need a secure way to store the phone id that's running the my app, i've read this post:
http://www.b4x.com/android/forum/threads/14759/#content
but it seems that does not always works, how i can get a secure unique id? no matter in which way, for every phone should be assigned a unique id that will not change if the app is unistalled or files deleted.
I would generate a random value and then store it in a file but the user could delete the files or reinstall the app to bypass this.
My app run from skd 10 to sdk 18, also runs in tablets without phone functionality.
I own a micro social network with about 30k active users and i need an unique device id to ban/check users illegal activity, actually i only store the ip address but that's not enough.
Thank you so much.
http://www.b4x.com/android/forum/threads/14759/#content
but it seems that does not always works, how i can get a secure unique id? no matter in which way, for every phone should be assigned a unique id that will not change if the app is unistalled or files deleted.
I would generate a random value and then store it in a file but the user could delete the files or reinstall the app to bypass this.
My app run from skd 10 to sdk 18, also runs in tablets without phone functionality.
I own a micro social network with about 30k active users and i need an unique device id to ban/check users illegal activity, actually i only store the ip address but that's not enough.
Thank you so much.