当iOS应用程序处于后台时控制FCM推送通知演示文稿
答
在iOS上收到何时更换的通知标题/身体,而应用程序是在后台,你需要使用mutable_content
参数和UNNotificationServiceExtension
服务扩展
mutable_content
选项:
https://firebase.google.com/docs/cloud-messaging/http-server-ref#downstream-http-messages-json
UNNotificationServiceExtension
服务分机 https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ModifyingNotifications.html
我会试试,如果有效,我会将答案标记为已接受,谢谢您的帮助! –