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.