标签: ios iphone cordova apple-push-notifications phonegap-pushplugin
我使用Cordova / PhoneGap和PushPlugin 一切正常,除非我的应用程序同时收到多个通知,而这个是在后台。
我们说我收到通知A和通知B. 当我点击A时,B被忽略。确实,应用程序打开,只处理A. 这意味着Javascript回调onNotificationAPN仅针对A。
onNotificationAPN
无论点击的通知是什么,如何处理两者?
我解决它很重要,因为它会导致一些未经处理的通知。