@Marrone wrote:
I performed the migration to the new version of Ionic services (cloud).
All works fine exept the push notification, while the device still receive the notification, but I'm not able to handle it as described into migration docs with $on ($scope.$on('cloud:push:notification', function(data) {
var msg = data.message;
alert(msg.title + ': ' + msg.text);
// never called
});Dens anyone had this issue?
Posts: 1
Participants: 1