How to send/receive push notifications from ionic mobile app?

前端 未结 4 1058
眼角桃花
眼角桃花 2021-02-05 20:32

I have a messaging app built using the Ionic framework (on cordova). I plan on building this for android, and I\'d like a way to send and recieve push notifications from the app

4条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-05 21:02

    ngCordova has a plugin that supports Push Notifications. It has sample code for iOS and Android. Check it out: http://ngcordova.com/docs/plugins/pushNotifications/

提交回复
热议问题