Look like there were some changes in Ionic Push Notification in the last few weeks. OLD WAY $ionicPush.register({ canShowAlert: true, //Can pushes show an alert on your screen? canSetBadge: true, //Can pushes update app icon badges? canPlaySound: true, //Can notifications play a sound? canRunActionsOnWake: true, //Can run actions outside the app, onNotification: function(notification) { // […]
The post Ionic Notification has no sound appeared first on BlogoSfera.