I want to send to my database via a REST API the id of the device that the app is running on. Is this possible?
I want to send to my database via a REST API the id of the device that the app is running on. Is this possible?
Hello Angela,
Yes, it is possible. Please use device.uuid for that: https://cordova.apache.org/docs/en/2....
I get an error saying device is undefined. I tried changing to the latest version of all the built-in resources (Cordova 4.0) but still no luck. Any suggestions?
It works only on the real device, but doesn't work on the browser test and on app tester.