Skip to content

PushNotificationiOS crashes app for iOS 14  #195

Open
@chahinaghrim

Description

@chahinaghrim

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:

img_3167cef17973-1

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!

Activity

ghasemikasra39

ghasemikasra39 commented on Oct 19, 2020

@ghasemikasra39

I am facing the same behaviour on react native 0.63.3, ios 14.0.1, PushNotificationIOS 1.6.0. Any solution?

hasfoug

hasfoug commented on Oct 19, 2020

@hasfoug

Same for me, after upgrading to IOS 14

alon7

alon7 commented on Oct 24, 2020

@alon7

Same for me, I had to patch the package to remove the completionHandler as recommended above

fatihyildizhan

fatihyildizhan commented on Oct 30, 2020

@fatihyildizhan

@ghasemikasra39 upgrade to 1.7.1. Remote notification is working for me with rn 0.63.3 and iOS 14.0.1

douglasdc

douglasdc commented on Nov 13, 2020

@douglasdc

Same for me, I had to patch the package to remove the completionHandler as recommended above

Patching to remove the call of completionHandler, the remote notification still working?

raldred

raldred commented on Nov 13, 2020

@raldred

Is this similar to #163
Can it be patched in the same way?
#234

Naturalclar

Naturalclar commented on Nov 22, 2020

@Naturalclar
Collaborator

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

douglasdc commented on Nov 23, 2020

@douglasdc

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?

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:
Screen Shot 2020-11-23 at 10 26 50

Lkubok

Lkubok commented on Dec 9, 2020

@Lkubok

upgrade version 1.8.0 fixes this problem. tested on iOS 14.2, 14.3 and react-native-0.64.rc1

saadalvi92

saadalvi92 commented on Aug 6, 2021

@saadalvi92

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @raldred@alon7@fatihyildizhan@douglasdc@Naturalclar

        Issue actions

          PushNotificationiOS crashes app for iOS 14 · Issue #195 · react-native-push-notification/ios