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

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

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

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -