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 回答1: Ref link here Example Firebase push body { "topic": "topic_test", "message": { "data": { "key": "some_value" }, "notification": { "body": "description ~", "title": "title !" } }, "options": { "mutableContent": true, "contentAvailable": true, "apnsPushType": "background" } } 回答2: Quick Fix Solution: If you are facing issue to receive