Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Push notifications don't work on iOS 13

Firebase push notifications aren't working on iOS 13. But works fine in iOS 12.4. Any solution?

Edited: 04.10.19

Silent push notification not working iOS 13

like image 239
pajtimid Avatar asked Oct 02 '19 08:10

pajtimid


People also ask

Why push notification is not working for iOS?

Go to iOS' settings → "Your app name" → Notifications to ensure notifications are enabled for your app. You will need to restart your app after enabling push notifications. If you find a recent install with a push token in the debug tool, make sure your app is not opened in the foreground during your tests.

How do I turn on push notifications on my iPhone 13?

Go to Settings and tap Notifications. Select an app under Notification Style. Under Alerts, choose the alert style that you want. If you turn on Allow Notifications, choose when you want the notifications delivered—immediately or in the scheduled notification summary.

Does Firebase notification work on iOS?

For Apple client apps, you can receive notification and data payloads up to 4000 bytes over the Firebase Cloud Messaging APNs interface. To write your client code in Objective-C or Swift, we recommend that you use the FIRMessaging API.

Do push notifications work on iOS?

Before receiving push notifications from an app, iOS device users must explicitly give permission. Once a user opts-in, mobile app publishers can send push notifications to the users' mobile devices. Plus, iOS users don't have to be in the app or active on their devices at that moment to receive them.


1 Answers

Quick Fix Solution:

If you are facing issue to receive push notification on iOS version 13.2.X, then do below change in device settings and check again:

Device > Settings > Search your AppName > Notifications > Banner Style > Change it to "Persistent" from "Temporary" or vise-versa one time.

Now send push notification again and its start receiving.

enter image description here

like image 59
Sandip Patel - SM Avatar answered Sep 30 '22 13:09

Sandip Patel - SM