我一直在使用GCM并且一切顺利,直到现在,它抛出
W/System.err: java.io.IOException: RST
W/System.err: at com.google.android.gms.iid.zzl.zzb(Unknown Source:583)
W/System.err: at com.google.android.gms.iid.zzl.zza(Unknown Source:14)
W/System.err: at com.google.android.gms.iid.InstanceID.zzb(Unknown Source:60)
W/System.err: at com.google.android.gms.iid.InstanceID.getToken(Unknown Source:129)
W/System.err: at com.snap.android.apis.model.pushnotifications.PushNotificationsHelper.requestToken(PushNotificationsHelper.kt:60)
我的代码是:
val instanceID = InstanceID.getInstance(context)
token = instanceID.getToken(context.getString(R.string.gcmSenderId),
GoogleCloudMessaging.INSTANCE_ID_SCOPE, null)
显然,主线程不。
exception.detailMessage
为RST
。
在Oreo打开的OnePlus3上发生。 为SDK 25构建(因为我们还没有完成奥利奥的所有安排)。
我们也有Firebase,它的效果非常好。
有人知道那里发生了什么吗?
由于