Problem using device.uuid for Android and rest Device update
I am trying, and i mean trying, to get this app debugging right, and found a problem with the use of device.uuid, and the populated Device Collection.
the device ID that is auto populated : 000000000000000;429f5******77816
But when I do a console.log, the mobile gives me this: 429f5******77816
So without the 000000000000000;
So when I try and update the collection, it cannot find the deviceID with a REST service.
any ideas ?