gpt4 book ai didi

ios - 在使用 cordova 的 iOS 应用程序中找不到 PushPlugin

转载 作者:行者123 更新时间:2023-11-29 03:23:49 26 4
gpt4 key购买 nike

我正在尝试使用 PushPlugin 开发 iOS 应用程序。我面临以下错误:

DEPRECATION NOTICE: The Connection ReachableViaWWAN return value of '2g' is deprecated as of Cordova version 2.6.0 and will be changed to 'cellular' in a future release. 

2013-12-23 17:19:52.362 myApp[537:60b] CDVPlugin class PushPlugin (pluginName: PushPlugin) does not exist.

2013-12-23 17:19:52.363 miniOrangeAuthenticator[537:60b] ERROR: Plugin 'PushPlugin' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.

2013-12-23 17:19:52.364 miniOrangeAuthenticator[537:60b] -[CDVCommandQueue executePending] [Line 116] FAILED pluginJSON = [

"PushPlugin1458195152",

"PushPlugin",

"register",

[

{

"alert" : "true",

"ecb" : "onNotificationAPN",

"sound" : "true",

"badge" : "true"

}

]

]

我在config.xml文件中添加了如下依赖:

<feature>
<param name="ios-package" value="PushPlugin" />
</feature>

我还尝试了使用以下代码的旧插件格式:

<plugin name="PushPlugin" value="com.phonegap.plugins.PushPlugin" />

即使这样也给了我同样的错误。

我正在真实的 iOS 设备上试用。

这可能是什么问题?

最佳答案

我试过了this tutorial对于安卓。我认为这对你有帮助。你也可以试试这个 enter link description here .

关于ios - 在使用 cordova 的 iOS 应用程序中找不到 PushPlugin,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20743106/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com