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

When scheduling notifications and phone is in 12h time format, firedate for notification is showing as **invalid date**. That time stamp works good when phone is in 24h time format....

I don't want use custom sound I like default or standard on iPhone. What do I need to do for this? Thank

# Bug report ## Summary When I receive a push notification in foreground mode, "messaging(). OnMessage" (firebase messaging) is triggered with the notification data but when trying to show the...

Hi! The library should include a method that detects whether the notification was delivered. Currently, addEventListener(“notification”, callback) ONLY executes when a notification was pressed or swiped away; it does not...

This seems to be due to changes made [here](https://github.com/react-native-push-notification-ios/push-notification-ios/pull/228/files) immediately after userInteraction was added for initial notifications.

I am able to get notification from firebase if i target multiple device, but didn't get the notification if i want to trigger it for a particular device by using...

The problem is that IOS push is not working. Messages do not appear. Can anyone tell what I'm doing wrong? I send notification from firebase console What I did: -...

# Bug I'm trying to use the module and this is what happens: 1. register event listener is working ``` PushNotificationIOS.addEventListener('register', token => { storageManager.storeDeviceToken(token) }) ``` 2. getInitialNotification works...