[TIMOB-26513] iOS: Push notifications crash the app when used with third-party module
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-11-06T18:01:44.000+0000 |
Affected Version/s | Release 7.5.0 |
Fix Version/s | Release 7.5.0 |
Components | iOS |
Labels | n/a |
Reporter | Jan Vennemann |
Assignee | Jan Vennemann |
Created | 2018-11-02T19:02:45.000+0000 |
Updated | 2018-11-19T21:49:06.000+0000 |
Description
Using third-party modules to integrate remote notifications may crash an app due to unsafe calls to
application:didReceiveRemoteNotification:
. This method is only available when Ti.Network.registerForPushNotifications
was used.
PR (master): https://github.com/appcelerator/titanium_mobile/pull/10418
Backport merged to 7_5_X as well.
Verified the fix in SDK 8.0.0.v20181119101552 & 7.5.0.GA. Closing.