Questions tagged [deviceid]

63 questions
-1
votes
2 answers

How to get mobile device id in mobile web?

I tried to get device id from mobile through PHP code. Is there any possibility to get mobile device id from PHP code.
user1124166
  • 1
  • 1
  • 5
-2
votes
1 answer

device Id changer programs generates an issue in my app

I have a problem in my android app, I am sending device Id to server and they make it as unique identifier , some hacker are able to root android device and change the device Id of other devices, can any one tell me how to make sure this is the read…
Amira Elsayed Ismail
  • 8,304
  • 26
  • 74
  • 144
-4
votes
1 answer

Why identifierForVendor Is not return unique UUID

In swift, app we want unique device id.but will not get the unique UUID if i reinstall the same app. Here's how we get UUID: if let uuid = UIDevice.current.identifierForVendor?.uuidString { print(uuid) }
1 2 3 4
5