HMS Core SDK更新到5.0.4.300及以上版本时,没有弹窗提示用户安装或更新HMS Core(APK),结果码为90

When the HMS Core SDK is updated to 5.0.4.300 or later, no pop-up is displayed to prompt users to install or update HMS Core (APK), and result code 90

我更新了HMS Core SDK到5.0.4.300及以后版本,没有弹窗问我是安装HMS Core(APK)还是更新到最新版本。我检查了 Logcat 日志文件,发现了以下错误消息。

错误日志:

HMSSDK_AppTouchTaskApiCall: Apptouch 获取错误代码为 907135003 HMSSDK_AppUpdateClientImpl: 907135003: 连接 Failed:update 失败,因为没有 activity 传入,无法弹出更新页面(26)

这个问题可能是由于缺少元数据造成的。

请参考official documentation中的说明来解决您的问题。