Push notifications are not working in iOS12, but were displaying normally on iOS11. Thanks!
Related
I'm using Firebase to send notifications to my React Native frontend. Notifications come through fine when the app is closed, but user's don't receive the notification while they are inside the app. How can I force the notification through every time?
the notifications are received but not showing when the app is open (foreground) you will have to use this or similar solution to show the notification on the screen in this case.
check this link
I have used it on android and iOS with no problems.
You can't "force" them but you can handle them
I want to set custom sound to notification in my application which using firebase notification.
In android worked perfectly, but in IOS not working. I put audio file in ios/runner, but notification received silently.
The notification is receieved and displays onMessage"{the notification}" when i test in the simulator.
However, when I test on a physical device, the onmessage doesn't appear and the notification also does not work/appear.
Any help is greatly appreciated.
The problem is on IOS
I am sending Push Notifications on my iOS application from Firebase console and the notifications are delivered however the Notification section in Firebase does not show Open Rate(Mean how many notifications were open out of total sent ). Why is that happening ?
I think gcm is not related here, he said he is working with ios, not android. I am experiencing the same behaviour with my iOS app here!
I have a created a chat application which sends push notifications to users. In Xiaomi devices(Mine is Mi4i) I am receiving push notification only if my app is in background. If i cleared the app from background or recent list push notification doesn't come.
I have tried turning on Auto start functionality as mentioned by few posts but still no notifications received.
Note : Every other brand devices are receiving notifications with the same scenario nicely.
I wonder how do i do this, Does anyone has snippets which helps me?