I am looking for a way to somehow scan android device (for example using NFC scanner), and read the unique ID of that android device.
The device ID would then be inserted into web application ran on the PC.
Is there a way to do this somehow?
Thanks
I am looking for a way to somehow scan android device (for example using NFC scanner), and read the unique ID of that android device.
The device ID would then be inserted into web application ran on the PC.
Is there a way to do this somehow?
Thanks
There is no unique ID related to NFC.
Android provides a random ID number for security reason as at the NFC level, the ID only has to be different from other Tags/Devices that are in range at the same time to prevent card clash, thus a random number provides that.
You can of course create a Host Emulated Tag on an Android Device with HCE service installed on the Device that will return a static and Unique piece of Data that could be used instead.