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

php - Autoloader issue not returning Class -

ruby - Prevent Custom Validation Error on Association -

c++ - Why am i getting wrong values when performing PE base relocation? -