当应用程序处于后台或终止状态时,在 iOS 中的 React Native 中使用 Firebase 云消息传递 VoIP 呼叫通知
我们正在我们的应用程序 (iOS) 中实现 VoIP 推送,使用 FCM 在 iOS 中显示来电。
我们已完成以下步骤:
在开发者控制台中添加了 VoIP 证书。
在 Firebase 控制台中添加了 APN 证书。
使用
contentAvailable: true
&为云消息设置优先级:“高”
。将
apns-priority
设置为 10 或将apns-push-type
设置为 voip 会导致错误:参数无效。
We are implementing VoIP pushes in our app (iOS) using FCM for displaying incoming call in iOS.
We have done following steps:
added VoIP certificate in developer console.
added the APN certificate in firebase console.
use
contentAvailable: true
& setpriority: "high"
for cloud messages.Setting
apns-priority
as 10 ORapns-push-type
as voip results in error: invalid arguments.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论