android - PushNotification does not work in ionic 1 -
i'm working on ionic 1 application not work. not seem read pushnotification plugin.
> var push = pushnotification.init ({ > android: { > senderid: "---------------" > }, > ios: { > alert: "true", > badge: "true", > sound: "true" > }, > windows: {} > });
how can make pushnotification work on ionic 1?
Comments
Post a Comment