用于Visual Studio的Cordova工具 - PushNotification没有方法init

时间:2015-12-03 17:30:29

标签: azure-mobile-services visual-studio-cordova

我试图在Visual Studio中创建一个可以从Azure移动服务接收推送通知的Cordova应用。我使用此插件:https://github.com/phonegap/phonegap-plugin-push/

我通过打开配置来安装它 - >插件 - >自定义并输入上面的GitHub地址。它安装得很好,但我必须遗漏一些东西,因为这段代码不起作用:

document.addEventListener('deviceready', function () {
    mobileServiceClient = new WindowsAzure.MobileServiceClient(
                'AZURE_MOBILE_URL',
                'MY_API_KEY');
// Create a new PushNotification and start registration with the PNS.
var pushNotification = PushNotification.init({
    "android": { "senderID": MY_SEND£ER_ID}
});

在Goolgle Android模拟器中运行,它说init不是函数。

1 个答案:

答案 0 :(得分:0)

听起来好像插件没有正确安装。我经常删除整个项目,然后重新获得源代码,然后重新添加插件

有时也会获得插件的本地副本