【发布时间】:2017-06-22 05:07:27
【问题描述】:
我添加了以下代码以在 Firebase 中订阅主题:
Messaging.messaging().subscribe(toTopic: "topics/news")
我已经等了超过 24 小时。它在 firebase 控制台中仍然不可用。
【问题讨论】:
-
你能不能try sending a simple downstream message这个话题,看看订阅的设备是否能够接收到消息?只是想确保相应地订阅了设备。
标签: ios swift firebase firebase-cloud-messaging firebase-console