User push notifications in cordova 3.3

后端 未结 3 1261
攒了一身酷
攒了一身酷 2021-01-25 11:42

I want to implement notifications in android using 3.3 cordova, I\'m new at this. I have tried several tutorials but without success. Could explain a simple way to implement it

3条回答
  •  孤街浪徒
    2021-01-25 12:02

    Cordova Push Notifications Plugin for Android, iOS and WP8

    This plugin is for use with Cordova, and allows your application to receive push notifications on both Android and iOS devices. The Android implementation uses Google's GCM (Google Cloud Messaging) service, whereas the iOS version is based on Apple APNS Notifications.

    Follow the given step by step

    1) PushPlugin

    2) Implement Push Notifications in your PhoneGap Application

    Note: Dont't forget to add cordova_plugin.js and PushNotification.js file in your page.

提交回复
热议问题