I am working on android app,which contains license content,i want to restrict devices based on license for that i need to identify unique android devices using id,i found some ways to find unique device using macaddress,serial no,android_id but every id has some fallback
Asked
Active
Viewed 19 times
0
-
will you store in play store – Akash pasupathi Mar 07 '17 at 06:23
-
http://stackoverflow.com/questions/2785485/is-there-a-unique-android-device-id – Ayush Bansal Mar 07 '17 at 06:41
-
You can use UUID. – Keyur Thumar Mar 07 '17 at 06:41
-
@AyushBansal i read that question but every id has some fallback – skyshine Mar 07 '17 at 06:44
-
That is the best answer to the question. I suggest if you really need to restrict it, restrict to a user account authorized by username and password rather than device. Device is to trivial to fake no matter what you do. – Gabe Sechan Mar 07 '17 at 06:46