android - 预加载 android 应用程序 + 让它接收更新

标签 android google-play preload

我想在设备上“预加载”应用程序,但之后需要从 android 市场检索更新。

我将如何着手做这样的事情?

请注意,无法先在设备上手动加载应用程序。

我正在考虑创建某种启动器应用程序,然后从 Android 市场下载最新版本。这里有人有好的 sample 吗? :).

当然还有更好的建议!

非常感谢。不幸的是,这是一个非常紧迫的问题。

最佳答案

来自 https://support.google.com/googleplay/android-developer/answer/113476?hl=en

Google Play can manage updates to preloaded applications, provided the following conditions are met:

  • The preloaded app needs to be in the system partition
  • The preloaded app needs to be free
  • The preloaded app needs to be signed with the same signature as the app published in Google Play
  • The Package Name of the preloaded and updated app needs to be the same
  • The Version Code of the updated app needs to be greater than that of the preloaded app

关于android - 预加载 android 应用程序 + 让它接收更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6263359/

相关文章:

android - 如何拉伸(stretch)布局以填满屏幕?

java - UUID.fromString() 返回无效的 UUID?

android - android中的"Ə"字符

android - google android 应用内购买测试问题

in-app-purchase - 可用产品的 Android 应用内结算列表

postgresql - postgres,go-gorm-无法预加载数据

flash - mediaelement.js video by flash fallback 不自动启动

android - 错误 :Execution failed for task ':app:transformClassesWithJarMergingForRelease' [Error]

android - 应用因违反 Play 商店的家庭政策而被拒绝

cross-domain - 推送的资源被下载两次并出现跨域警告