Open
Description
Current Live App uses React-Native : 0.62
We currently use the PushNotificationiOS service for changing the badge count of our app. Currently, whenever a user that has an iPhone with iOS 14 gets a notification, the app gets following error and crashes the app:
For all users below iOS 14, the service works well.
Even when upgrading react-native to 0.63 and upgrading PushNotificationIOS to 1.6.0 , it keeps crashing the app.
Need help asap. Thanks in advance!
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
ghasemikasra39 commentedon Oct 19, 2020
I am facing the same behaviour on
react native 0.63.3
,ios 14.0.1
,PushNotificationIOS 1.6.0
. Any solution?hasfoug commentedon Oct 19, 2020
Same for me, after upgrading to IOS 14
alon7 commentedon Oct 24, 2020
Same for me, I had to patch the package to remove the completionHandler as recommended above
fatihyildizhan commentedon Oct 30, 2020
@ghasemikasra39 upgrade to
1.7.1.
Remote notification is working for me withrn 0.63.3
andiOS 14.0.1
douglasdc commentedon Nov 13, 2020
Patching to remove the call of completionHandler, the remote notification still working?
raldred commentedon Nov 13, 2020
Is this similar to #163
Can it be patched in the same way?
#234
Naturalclar commentedon Nov 22, 2020
I've released
1.7.5-beta.0
with potential fix for this.I wasn't able to reproduce the crash with the original package, so could someone verify that this change fixes the crash?
douglasdc commentedon Nov 23, 2020
Hei, I tested with that beta and it keeps happening.
I have used that package as dependency of push-notification to trigger a local notification.
The android package request the following use
notification.finish(PushNotificationIOS.FetchResult.NoData);
and that is what is causing the trouble, removing it, or commenting the handler solves that issue.The error:

Lkubok commentedon Dec 9, 2020
upgrade version 1.8.0 fixes this problem. tested on iOS 14.2, 14.3 and react-native-0.64.rc1
saadalvi92 commentedon Aug 6, 2021
React-native push notification ios Causes app crash for me in ios 14 and pushNotification Ios 1.8.0 . The App Crashed when the Notification Registers in AppDelicate.m