-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PushNotificationiOS crashes app for iOS 14 #195
Comments
I am facing the same behaviour on |
Same for me, after upgrading to IOS 14 |
Same for me, I had to patch the package to remove the completionHandler as recommended above |
@ghasemikasra39 upgrade to |
Patching to remove the call of completionHandler, the remote notification still working? |
I've released |
Hei, I tested with that beta and it keeps happening. The android package request the following use |
upgrade version 1.8.0 fixes this problem. tested on iOS 14.2, 14.3 and react-native-0.64.rc1 |
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 |
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!
The text was updated successfully, but these errors were encountered: