Cordova plugin that checks whether push Notifications for the app has been enabled/disabled through settings
window.isNotificationEnabled (
function(sucess){ console.log('sucess : ' + sucess)},
function(error){ console.log('failure : ' + error) }
);