android - 我们可以为内部应用共享设置更新优先级(在应用更新中测试)吗?

标签 android google-play-developer-api in-app-update

根据 documentation ,我们可以通过执行以下步骤使用内部应用共享来测试应用内更新:

  1. Make sure your test device has a version of your app installed that supports in-app updates and was installed using an internal app sharing URL.
  2. Follow the Play Console instructions to share your app internally. Upload a version of your app that uses a version code that is higher than the one you already have installed on the test device.
  3. On the test device, click the internal app sharing link for the updated version of your app but do not install the app from the Play Store page that appears after you click the link.
  4. Open the app from the device's app drawer or home screen. The update should now be available to your app, and you can test your implementation of in-app updates.

但是我们可以设置 priority内部应用共享中的应用版本?我根据优先级显示灵活或即时更新。对于生产应用程序,我们可以使用 Google Play Developer API 设置优先级,如 Play Developer API 文档中所述。
但是对于内部应用共享,没有提到我们可以根据优先级进行测试。

最佳答案

截至目前,您无法为使用内部应用共享共享的build设置更新优先级。

关于android - 我们可以为内部应用共享设置更新优先级(在应用更新中测试)吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67970359/

相关文章:

android - Cordova 诊断插件不工作

android - 如何在开发者控制台中编辑旧应用程序的内容?

Android,当我使用应用内更新时发生 InstallException

android - InApp 更新功能不起作用我收到此错误 com.google.android.play.core.install.InstallException : Install Error: -3

android - 如何注册 OMX 内核以添加新的解码器

android - 我的应用程序停留在 "draft"模式(Play 商店)

android - 使用 ImageView 动画化图像

c# - Google Play Custom App Publishing API 在 C# 中发布私有(private)应用

xamarin - 识别测试 GooglePlay 购买

android - startUpdateFlowForResult 的 onActivityResult 替代方案