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

Popular posts from this blog

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -

php - Autoloader issue not returning Class -