Firebase silent apns notification
问题 Is there a way to send a silent APNS using google's firebase? It seems that if the app is in the background it will always show a notification to the user. Thanks? 回答1: You can send silent APNS messages using the FCM server API https://firebase.google.com/docs/cloud-messaging/http-server-ref In particular you need to use: The data field: This parameter specifies the custom key-value pairs of the message's payload. For example, with data:{"score":"3x1"}: On iOS, if the message is sent via APNS