Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用 Conversations.SendToConversationAsync 时,消息可以很好地到达 FB 信使,但没有通知。如何在移动设备上触发 FB Messenger 通知?
谢谢
请确保 Messenger 应用具有通知权限。在 Android 上,转到设置 -> 应用程序 -> Messenger -> 通知并确保未选中全部阻止。
只需将其添加到活动中:
using Newtonsoft.Json.Linq; ... activity.ChannelData = JObject.FromObject( new { notification_type = "REGULAR" });