使用不同的包名称将应用更新到Playstore [英] App update with different package name into playstore

查看:139
本文介绍了使用不同的包名称将应用更新到Playstore的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已将应用发布到Playstore.同时,我进行了一个更新,但是该更新具有不同的程序包名称.

I've published an app to the playstore. On the same time, I worked on an update, but the update has a different package name.

赞:

Release version 1.0 -> com.domain.packageOne
Release version 1.1 -> com.domain.packageTwo

我现在是否可以在生产阶段毫无问题地添加packagteTwo,或者该设备将同时下载这两个版本?那么问题将是,用户将拥有我的应用程序的两个版本.

Can I now add packagteTwo without problems to the production phase or will then, the device download both versions? The problem then would be, that the user would have two verions of my app.

还是我需要在项目中更改软件包名称,使其与packageOne匹配?谢谢!

Or do I need to change the package name in my project so it matches packageOne? Thanks!

推荐答案

对应用程序进行更新时,它应具有相同的程序包名称,并且应始终使用首次发布该应用程序时使用的原始签名证书进行签名. .

When doing an update for an app, it should have the same package name, and should always be signed with the original signing certificate used when the app was first published.

如果您使用不同的程序包名称上传更新,则Play商店会将其视为两个单独的应用程序,我不确定是否允许在应用程序列表中查看时使用相同的应用程序名称.同样,我不相信这样做,因此无论如何您都可能会得到一个错误,指出该名称的应用程序已经存在.

If you upload your update with a different package name, the play store will treat it as two separate apps, I'm not sure whether or not it will allow the same application name, as viewing in app listings, to be the same, I don't believe it does so you would probably get an error anyway stating that an app with that name already exists.

如果实际的应用程序名称也不同,则Play商店会将其视为两个不同的应用程序.

If the actual application name is also different, then the play store will treat it as two different apps.

如果将软件包名称更改为与原始软件包名称相同,则只要您使用与原始应用程序相同的签名证书,就可以更新该应用程序.

If you change your package name to be the same as the original package name, you can update the app as long as you use the same signing certificate as the original app.

希望这会有所帮助.

这篇关于使用不同的包名称将应用更新到Playstore的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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