How can I get the id of the device running the app?
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?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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.