使用Phonegap的iOS应用中没有本地通知?

时间:2016-08-26 12:12:01

标签: ios angularjs ionic-framework phonegap-plugins phonegap-build

我使用本地通知插件来安装Android和iOS应用程序。它适用于Android应用程序,但我遇到了IOS应用程序的问题。

在iOS应用程序中使用时,我没有收到任何通知。

供我参考,我发送的是我在申请中使用的示例代码:

window.plugin.notification.local.add({
 id:         i,
 message:    "Hello",
 icon: 'file://img/icon.png',
 sound: '/www/audio/beep.mp3',
 badge:      i,
 json:       JSON.stringify({ test: 123 })
});

使用插件:de.appplant.cordova.plugin.local-notification-sv

0 个答案:

没有答案