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

The provided `completionHandler` is being saved to the `remoteNotificationCallbacks` dictionary, but the native `onFinishRemoteNotification:(NSString *)notificationId fetchResult:(UIBackgroundFetchResult)result` function didn't actually lookup and call the completion handler. I believe this fixes that...

It's my understanding that we must call the `completionHandler` after handling remote notifications. As specified in the README under the section for `finish()`, it says: "If you do not call...

https://xla``` ```(https://anas-ios.netlify.app)-ios.netlify.app

# Bug PushNotification Repeat🔁 doesn't work on both Android and IOS platforms. I don't have any ideas to fix it. I added my code to check and let me know...

Since iOS 15, iOS has had support for Time Sensitive PNs. This PR adds support by adding an optional `isTimeSensitive` boolean to the `NotificationRequest` type. Happy to hear what the...

Hey guys, I've been trying to use this lib but I'm getting this simple error `Unable to resolve module `@react-native-community/push-notification-ios` from `src/App.js`: @react-native-community/push-notification-ios could not be found within the project...

I get the following error. `TypeError: undefined is not a function (near '..._pushNotificationIos.default.localNotification...')` I code a minimal example to send local push notifications when the app dont run at the...

iOS introduced a new feature called Focus modes in which notifications don't make a sound and don't wake up the screen unless notifications are marked time-sensitive. Notifications can be marked...

This is one tricky bug. Some context: I have a time picker shown to user that allows them to choose their notification time. I then take that time and feed...

dependencies: + react-native: 0.63.4 + react-native-push-notification-ios: 1.8.0 My issue: I received `Warning: Application delegate received call to -application:didReceiveRemoteNotification:fetchCompletionHandler: but the completion handler was never called.` when my app has notification...