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

Say the user has already allowed push notifications and the "register" function had already been called. How can we, at a later time, get the token? I look at AppDelegate.m...

See https://reactnative.dev/docs/new-architecture-library-intro https://reactnative.dev/blog/2022/06/16/resources-migrating-your-react-native-library-to-the-new-architecture

hacktoberfest

# Bug report ## Summary I am trying to acheive Push Notifications for both Android & iOS (Foreground & Background). I followed the official firebase docs and was able to...

when app is in the background we get the notification but do not get that callback for any action we can do on that callback

This seems like a regression introduced by adding support for handling different user actions on notifications. I just need to run some badge update logic in the background when a...

Hi I try to install in RN 0.59.1, but i'm facing issues. ``` Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_RNCPushNotificationIOS", referenced from: objc-class-ref in AppDelegate.o ld: symbol(s) not found for architecture...

I've been trying to setup notifications on an IOS app for several days and I'm facing many issues. One that i cannot figure out how it happens is the following...

I can't make the scheduled push notification on ios trigger a function to navigate the user to specific screen. It works on android both foreground and background but for ios...

Description: The push notification is coming to the real device when the app is in the foreground state but i don't know how to handle that notification in react native.

I followed the docs to set it up, but I can't get notifications in the foreground.