Follow up on "https://getsatisfaction.com/tiggzi/to..."
code
window.plugins.pushNotification.getDeviceUniqueIdentifier(function(id){
alert(id);
});/code
Gives me "Class Not Found" in Android Phone.
Also LocalStorage pushNotificationDeviceID is Blank.
And LocalStorage pushNotificationToken is blank
What am I missing?