我正在尝试使用onesignal-cordova-plugin,fcm在ionic v1中实现推送通知。但是它不起作用。我的app.js在下面给出

时间:2019-05-15 08:18:08

标签: ionic-framework

var notificationOpenedCallback = function(jsonData){         console.log('didReceiveRemoteNotificationCallBack:'+ JSON.stringify(jsonData));         };

    window.plugins.OneSignal.init("MY APP ID",
    {googleProjectNumber:"Project Number"},
    notificationOpenedCallback);

  // Show an alert box if a notification comes in when the user is in your app.
    window.plugins.OneSignal.enableInAppAlertNotification(true);

0 个答案:

没有答案