push notification is not working in iOS in react-native-fcm - react-native

I have added firebase for the push notification in my react native application but i am only getting in android not in iOS. I have checked all the set up in my xcode and firebase all are correct but still i am not able to get notification message in iOS. Any one can help me to resolve this issue.
.

Related

Firebase push notification not working on ios but works on android react native: How to configure react native firebase ios push notifications

Hi Firebase push notification not working on the ios side. I am using react native and this is the tutorial I used to set it up on ios https://rnfirebase.io/messaging/usage/ios-setup. Everything is set up but nothing happens when I send notification from firebase console.
Could it be an issue with the apple push notification service ssl certificate?

Push notification audio not playing when app is in background - OneSignal React Native

I have an application built with react native using onesignal for push notifications. On specific devices (panasonic fz-a3) the push notification is received but no audio is playing when the application is running in the background.
If the application is closed the push is received with audio notification.
I have verified that the android channel is setup properly and the audio is playing on other android devices (samsung) but cant figure out what is missing on these specific panasonic devices (fz-a3)
any help or suggestion is appreciated

Expo push notification behavior

I'm new in react-native development. I try to set notifications with expo-notification on my app. I receive notifications on Ios & Android. When my app is already open via the expo qr code, the notification redirect the user to the right screen on my app. But when my app is not open, the notification opens the expo app instead of mine. Is it the expected behavior?

How to Set Push notification using our own App server in react native?

I have created app that sends push notification when honework upload to the server. So please can somebody tell me how to send push notification in react native for both androud and ios?
You can use push notification packages like Firebase or OneSignal. they have defined API in their documentation and you can send push notification from your server to both android and ios devices easily.

using expo push notification, iOS device cannot receive push

My iPhone cannot receive push notification from my expo app.
I checked Device Token must be made.
I already checked notification permission.
Other Expo Push Test apps also not work
My iPhone can receive push from Other apps
What should I do? is Expo's problem?