我正在使用Ionic构建我的iOS应用程序并使用pushWoosh进行通知。我正在遵循本指南:http://docs.pushwoosh.com/docs/cordova-phonegap。
我的代码与示例代码非常相似:https://github.com/Pushwoosh/pushwoosh-phonegap-cordova-sample/blob/master/Ionic/www/js/app.js。
当我通过Xcode在我的设备上运行应用程序时,我在日志中收到此错误:ERROR:Method' onDeviceReady:'未在插件' PushNotification'。
中定义不知道如何处理 - 我的插件已安装,通过离子插件添加pushwoosh-cordova-plugin(我已将插件包含在我的代码顶部:var pushNotification = cordova.require(&#34) ; pushwoosh-科尔多瓦-plugin.PushNotification&#34)