When using the below Messaging code in Cordova/Ionic project, I get the error as sgiven.
Backendless.Messaging.registerDevice(['774826264009'],null);
Code causing the issue is:
var data = {
deviceToken: null, //This value will set in callback
deviceId : device.uuid, // THIS ONE
os : device.platform,
osVersion : device.version
};
Errror:
Cannot read property 'uuid' of undefined