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 - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -