向Google Play推送更新,以取代现有的应用 [英] Pushing an update to Google Play that will replace the existing app

查看:201
本文介绍了向Google Play推送更新,以取代现有的应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个目前在Play商店中的应用,并且我想发布一个更新,以便将另一个应用替换为旧应用的改进版本。他们分别开发,所以这两个应用程序是不同的,虽然他们都服务于所有相同的目的。



新版本和旧版本需要相同才能发布,而不是全新的应用程序?

解决方案

您所描述的情况听起来像是应用程序的完整重写。这完全符合Google Play的应用程序更新过程。



Google-play确定应用程序是基于两个条件的更新:




  • 应用程序包名称

  • 及其版本代码



要被视为更新,您的新应用应该具有与前一个应用完全相同的包名称( com.example.myapp AndroidManifest.xml 文件中,它的 android:versionCode 应该更高。当然,您的APK应该使用您账户的私钥进行签名,就像您在账户下发布的任何应用程序一样。



其余的都由您决定。

I have an app that is currently on the Play Store, and I would like to publish an update that will replace the existing app with another app that is an improved version of the old one. They were developed separately, so the two apps are way different, although they serve all the same purposes.

What needs to be the same in the new version and the old version for me to be able to publish is as an update instead of a brand new app?

解决方案

The case you are describing sounds like a complete rewriting of the application. This is perfectly in line with the application update process of Google Play.

Google-play determines that an application is an update based on two criteria only:

  • the package name of the app
  • and its version code

To be considered as an update, your new app should have exactly the same package name as the former one ("com.example.myapp"), and its android:versionCodeshould be higher, in your AndroidManifest.xml file. Of course, your APK should be signed with your account's private key, like any application you publish under your account.

All the rest is up to you.

这篇关于向Google Play推送更新,以取代现有的应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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