Questions tagged [deviceid]

81 questions
0
votes
1 answer

Check device Id and name in sqlite database

I have an activity to check if the device id and the device name exist in the local database (sqlite) and when the device is already registered then I will pass to another Activity called ConnectToCostCenter The code of an activity is: public class…
ange
  • 1
  • 5
-1
votes
1 answer

wait on async fuction +

I want to get the last deviceId. Please try the following code on a smartphone. https://www.ofima.ch/file1.html Inside the function "getConnectedDevices" the variable deviceId ok. But outside is returned a promise and not the variable deviceId. How…
mrezzonico
  • 21
  • 3
-1
votes
1 answer

How to register GCM and APNS, get the DeviceId and send to it my API for database storage?

How do I register my Flutter app on GCM and APNS, receive the DeviceID and send it to my .NET API for database storage? I need to send push notifications to iOS- and Android devices. But I do not know how to register the Flutter app to GCM and APNS…
-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
  • 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
  • 9,216
  • 30
  • 92
  • 175
-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
6