Android In App Updates-无法在AppUpdateInfo中检测到更新 [英] Android In App Updates - Not able to detect the update in AppUpdateInfo

查看:504
本文介绍了Android In App Updates-无法在AppUpdateInfo中检测到更新的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用时会抛出一些日志语句,

Some log statements are thrown when we use,

Task<AppUpdateInfo> appUpdateInfoTask = appUpdateManager.getAppUpdateInfo();
appUpdateInfoTask.addOnSuccessListener(appUpdateInfo -> {



2019-06-13 18:30:40.556 28375-28375/com.marsplay.debug I/PlayCore: UID: [10312]  PID: [28375] AppUpdateService : requestUpdateInfo(<"package name here">)
2019-06-13 18:30:40.556 28375-28584/com.marsplay.debug I/PlayCore: UID: [10312]  PID: [28375] AppUpdateService : Initiate binding to the service.
2019-06-13 18:30:40.560 28375-28375/com.marsplay.debug I/PlayCore: UID: [10312]  PID: [28375] AppUpdateService : ServiceConnectionImpl.onServiceConnected(ComponentInfo{com.android.vending/com.google.android.finsky.installservice.DevTriggeredUpdateService})
2019-06-13 18:30:40.560 28375-28584/com.marsplay.debug I/PlayCore: UID: [10312]  PID: [28375] AppUpdateService : linkToDeath
2019-06-13 18:30:40.564 28375-28389/com.marsplay.debug I/PlayCore: UID: [10312]  PID: [28375] OnRequestInstallCallback : onRequestInfo
2019-06-13 18:30:40.564 28375-28584/com.marsplay.debug I/PlayCore: UID: [10312]  PID: [28375] AppUpdateService : Unbind from service.

我确定-


  • 我的签名密钥与Play商店中上传的签名密钥相同,因为我可以登录Facebook和其他身份验证方法,并且我已经验证了自己。

  • Google play google会在我的应用和游戏标签中显示,并显示一个更新按钮。

  • 应用程序ID相同

  • 我从Play上下载了Google多次。

  • 我已经尝试过内部测试和封闭Beta版

  • My signing keys are the same as uploaded in play store, as I can sign in facebook and other auths methods + I've verified myself.
  • The Google play google shows in My apps and games tab, with an UPDATE button showing up.
  • Application ID is the same
  • I've downloaded from the Play Google numberous times.
  • I've tried in the Internal Test track and a closed beta release

编辑:
另外,我也尝试过从adb安装运行应用程序,或者尝试从google play安装,然后在play google上部署aab。

Also I've tried to run the app from adb install, or trying to install from google play and after that deploying aab on the play google.

推荐答案

我不得不强行退出Play商店,然后重新打开商店以使其正常工作

I had to force quit the play store then reopen it for it to work

这篇关于Android In App Updates-无法在AppUpdateInfo中检测到更新的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆