如何在 C# 中向 iOS 发送 FCM 通知 [关闭]
Posted
技术标签:
【中文标题】如何在 C# 中向 iOS 发送 FCM 通知 [关闭]【英文标题】:How to send FCM notification to iOS in C# [closed] 【发布时间】:2016-09-09 04:30:08 【问题描述】:我想使用 FCM(Firebase 云消息传递)向 android 和 ios 发送推送通知。我点击了这个链接: Firebase Cloud Messaging and C# server side code 它在我的 Android 应用中运行良好,我收到了通知,但在 iOS 应用中我收到了:
\"multicast_id\":7009xxxxxxxxxxxx676,
\"success\":0,
\"failure\":1,
\"canonical_ids\":0,
\"results\":[\"error\":\"InvalidRegistration\"]
谁能指出我正确的方向?
【问题讨论】:
【参考方案1】:我解决了这个问题,实际上问题是 Xcode appside 中的拼写错误,即 - (void)tokenRefreshNotification:(NSNotification *)notification 因此,它适用于两种语言的应用程序。
【讨论】:
以上是关于如何在 C# 中向 iOS 发送 FCM 通知 [关闭]的主要内容,如果未能解决你的问题,请参考以下文章
Flutter ios 设备不会从 FCM 通知触发 onMessage。实施 APN 时 Sendtodevice 失败