这是我用于fcm通知的数据
{
"to":".........",
"content_available": true,
"priority" : "high",
"data":{
"Nick" : "Mario",
"body" : "great match!",
"Room" : "PortugalVSDenmark"
}
}
我正在接收的数据
func application(_ application: UIApplication, didReceiveRemoteNotification userInfo: [AnyHashable: Any],
fetchCompletionHandler completionHandler: @escaping (UIBackgroundFetchResult) -> Void) {
我被困在演出通知中
修改
我正在
[AnyHashable(“ body”):非常匹配!,AnyHashable(“ Room”):葡萄牙VSDenmark,AnyHashable(“ Nick”):Mario,AnyHashable(“ aps”):{“ content-available” = 1; },AnyHashable(“ gcm.message_id”):0:1542973584754974%2efae2452efae245]
作为输出,我想将信息显示为通知ui。
答案 0 :(得分:0)
您可以使用数据创建本地通知,这是一种解决方法,或者您可以将fcm通知中的元素“ data”更改为“ notification”