在使用Sinch实现app-app调用时,我需要使用firebase云消息传递(FCM)集成推送通知。由于没有可用的文档,因此我按照GCM的相同流程进行了调用,但是当我调用
时mSinchClient.setSupportManagedPush(真);
抛出异常缺少GCM异常
com.sinch.android.rtc.MissingGCMException:无法启用托管推送,因为这取决于此设备无法使用的GCM
答案 0 :(得分:2)
我有同样的问题。除了将firebase添加到依赖项
之外compile 'com.google.firebase:firebase-messaging:11.8.0'
我还必须添加播放服务:
compile 'com.google.android.gms:play-services:11.8.0'
之后不再提出异常,我可以收到通知。
答案 1 :(得分:1)
我们目前不支持FCM for managedpush如果你不能使用GCM来实现你自己的推送方法https://www.sinch.com/docs/voice/android/#pushnotificationssentviayourapplicationserver