ios icon indicating copy to clipboard operation
ios copied to clipboard

React Native Push Notification API for iOS.

Results 155 ios issues
Sort by recently updated
recently updated
newest added

At iOS, it builds successfully, however, when the app starts, I get this error: ``` Invariant Violation: Native module cannot be null. constructor NativeEventEmitter.js:36:6 PushNotificationIOS.js:17:32 loadModuleImplementation require.js:321:4 guardedLoadModule require.js:210:11 metroRequire...

We have an app with a chat and we need to redirect users to the chat when they tap on the push notification. As documented, `getInitialNotification()` only returns the value...

In kill mode only - After few notifications received then suddenly notifications and badge count removed if again new notification come up. version:- "@react-native-community/push-notification-ios": "^1.6.0", "react-native": "0.64.2", iOS version: 15+

I've followed the read.md file according to set all settings in Xcode and objective c files but still I am facing an issue receiving remote notification I am using functional...

I have update my react native firebase to v6 and used this package to show notification on iOS. But I am not receiving notification in any of the state: foreground,...

Hello all! I have setup the package, following all instructions. I am coming here from react-native-push-notifcation (everything was working perfectly but had to update and use this package for iOS),...

I want to show alert when user receive a notification . I have tried this PushNotificationIOS.addEventListener('localNotification', (notification) => { Alert.alert('Notification', notification.getMessage().toString()); }); But it gives me alert when user clicked...

So i can build my project with a debug lib for this, but i can't find a libRNCPushNotificationIOS.a so that i can build for any device to then release. Can...

# Bug ## Environment info `react-native info` output: info React Native Environment Info: System: OS: macOS 10.15.2 CPU: (12) x64 Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz Memory: 749.49 MB /...

Hi, im reading a lot of tickets, but anyone helps. this is the error that I having `*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIWindow userNotificationCenter:willPresentNotification:withCompletionHandler:]: unrecognized selector...