向 Google Play 推送更新,以替换现有应用

编程入门 行业动态 更新时间:2024-10-20 21:07:58
本文介绍了向 Google Play 推送更新,以替换现有应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我有一个当前在 Play 商店中的应用,我想发布一个更新,将现有应用替换为旧应用的改进版本.它们是分开开发的,所以这两个应用程序是完全不同的,尽管它们的目的都是一样的.

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?

推荐答案

您描述的案例听起来像是对应用程序的完全重写.这完全符合 Google Play 的应用更新流程.

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 仅根据两个标准确定应用程序是更新:

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

  • 应用的包名
  • 及其版本代码

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

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.

剩下的一切由你决定.

更多推荐

向 Google Play 推送更新,以替换现有应用

本文发布于:2023-11-13 00:17:15,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1582883.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:Google   Play

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!