0

当应用程序未运行(即使在后台)时,我在点击推送通知时遇到应用程序崩溃。如果应用程序在后台运行,则不会发生应用程序崩溃。Worklight 版本是 7.1,iOS 版本是 8.1.3。

对于推送通知注册和接收,我正在使用 Push 插件https://github.com/phonegap/phonegap-plugin-push与 Worklight 生成的 AppDelegate 合并。如果需要,我可以发送我的源代码。

从崩溃日志中我发现 Push.m 中发生异常:3 cmoapp 0x10018b2a4 -[Push dispatch:] (Push.m:227) 4 cmoapp 0x10018ad48 -[Push dispatchSelector:] (Push.m:204)

是否可以从您那里获取 Push.m 源代码以了解应用程序崩溃的原因?任何帮助,将不胜感激。谢谢。

4

1 回答 1

0

从 MobileFirst 的角度来看,如果您使用3rd 方推送解决方案而不是 MFP 提供的解决方案,那么这不是受支持的方案,并且无法提供支持。

MFP 中有内置的推送支持。请使用它或解释您不使用它的原因。见这里:https ://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-1/foundation/notifications/

于 2016-01-15T19:00:52.020 回答