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?
Related
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?
Trying to implement push notification in a react native app using google cloud messaging. The notification works perfectly on android device in a simulator and in production. But for IOS, it works only locally only when its ran in a device. In adhoc or test flight, it does not work. I am using the APN key. Anyone faced the same issue? I can see a lot of posts in stack overflow regarding push notification not working for ios but none of the post were helpful for me.
Here's what I have done till now:
Generated an APN Authentication Key in developer.apple.com
Added that key to ios App in firebase.console.google.com
Run the app in a device using xcode - (Push notification works fine everytime.)
Archive the app in xcode and distribute to AdHoc and install the .ipa file in a device. (Push notification does not work)
Distribute to testflight and test the push notification - does not work
Why would it work in debug mode and not in adhoc or testflight.
I checked this:https://stackoverflow.com/a/48111671/8729976 . It says there is a single auth token for both production and development environment so I am guessing its definitely not the key.
Here are the sample responses:
When the push notification is delivered we get status 200 with this message: projects/myproject-name/messages/1602538922793273
When the push notification is not delivered, we still get status 200 with this message: projects/myproject-name/messages/0:1602541135340865%6b2d5f5c6b2d5f5c
Don't know what the second message means.
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?
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.
.
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.