MFP application is crashing on tapping during PUSH notification when application is not running

╄→гoц情女王★ 提交于 2019-12-25 11:54:28

问题


I am experiencing application crash when tapping on push notification when application is not running (even in background). If application is running in background application crash does not occur. Worklight version is 7.1, iOS version is 8.1.3.

For push notifications registration and receiving I am using Push plugin https://github.com/phonegap/phonegap-plugin-push merged with Worklight generated AppDelegate. If needed I can send my source code.

From crash log I found that exception occurs in Push.m: 3 cmoapp 0x10018b2a4 -[Push dispatch:] (Push.m:227) 4 cmoapp 0x10018ad48 -[Push dispatchSelector:] (Push.m:204)

Is it possible to get from you Push.m source code to understand why app crashes? Any help would be appreciated. Thanks.


回答1:


From a MobileFirst perspective, if you are using a 3rd party push solution instead of the one provided by MFP, then this is not a supported scenario and support cannot be provided.

There is a built-in push support in MFP. Please use that or explain what you are not using it. See here: https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-1/foundation/notifications/



来源:https://stackoverflow.com/questions/34815638/mfp-application-is-crashing-on-tapping-during-push-notification-when-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!