react-native-push-notification
react-native-push-notification copied to clipboard
React Native Local and Remote Notifications
Hi, @Dallas62 PushNotification.getDeliveredNotifications return to me [{"body": "4", "group": null, "identifier": "0", "tag": "FCM-Notification:78159278", "title": "7"}] Identifier is "0" for all my remote notifications? What i doing wrong? How can...
onNotification is not called when remote notification arrives and app is in background/foreground
I'm to update the UI when `onNotification` arrives. In general `onNotification` works as expected when app is **killed**. It wakes up -> `onNotification` gets called. BUT `onNotification` doesn't seem to...
# Question what will be happening if someone adds a local notification schedule for 31st January and adds repeat as every month. as February is having only 28 days that...
# Question When user swipe notification or cancel notification. How can i get swipe event if i am using react-native-push-notification.
# Question Is there any method I can call to access the APNs token? While testing on the simulator, requesting permissions after a hard device reset, `onRegister` does not appear...
# Question Hi, today we tried to show a local notification (`PushNotification.localNotification`) with deep link attached, but we cannot find an option at https://github.com/zo0r/react-native-push-notification#local-notifications for that. Do we support attaching...
# Bug ## Environment info `react-native info` output: ```bash ystem: OS: macOS 10.15.7 CPU: (4) x64 Intel(R) Core(TM) i5-6267U CPU @ 2.90GHz Memory: 35.33 MB / 8.00 GB Shell: 5.7.1...
# Bug Hi there! Amazing work with this package and it is working almost flawlessly. However, some of my android users have reported that their `scheduled` notifications are not arriving...
# Bug ## Environment info `react-native info` output: System: OS: macOS 14.5 CPU: (8) arm64 Apple M1 Memory: 114.28 MB / 8.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node:...
I don't use firebase or google services and use local push notification , but I get this error message when starting my app on an Android-device: "Default FirebaseApp is not...