【发布时间】:2018-09-18 06:11:24
【问题描述】:
我使用的是vivo v9 android 8.1.0 oreo。我找不到设备ID
我的配置:
implementation 'com.google.firebase:firebase-messaging:17.3.0'
implementation 'com.google.firebase:firebase-core:16.0.3'
类路径:
classpath 'com.google.gms:google-services:4.0.0'
【问题讨论】:
-
-你试过什么?
-
实际上在我的设备中没有收到推送通知,所以我更新了消息和核心,playservice 版本......之后我检查了设备 ID 变空......我的 MyFirebaseInstanceIDService 类没有执行......
-
如果假设降级版本 na 设备 id 获取值但在收到推送通知时此方法 (onMessageReceived) 不执行。
标签: android firebase-cloud-messaging android-8.1-oreo