丢失 Android 密钥库,但我需要使用相同的名称和包
Lost Android keystore, but i need to use same name and package
这个问题让我很生气。
众所周知(我确实学到了)Android 不允许恢复密钥库。所以我们唯一的选择是生成一个新的,如 Scoober 回答 here.
到目前为止一切顺利,但问题是我们无法将 Play 商店中的实际应用替换为新应用,因为它没有我们所知的密钥库。
所以问题是:是否可以unpublish/remove 应用商店中的应用程序,并上传具有相同名称和包的新应用程序?
换句话说:在所有必要的步骤之后,是否可以将应用程序与相同的名称或包或两者放在一起?
我知道 3 年前,这是不可能的,但现在呢? google 开发者控制台发生了很大变化。所以也许是。
希望有人帮忙。
提前致谢。
不,您将无法使用相同的包将应用上传到 Play 商店,并由不同的密钥库签名。
您可以使用相同的名称,肯定不是相同的包。
同一个包必须始终使用同一个密钥库签名。
来自this answer:
You can create a new keystore, but the Android Market wont allow you
to upload the apk as an update - worse still, if you try uploading the
apk as a new app it will not allow it either as it knows there is a
'different' version of the same apk already in the market even if you
delete your previous version from the market
Do your absolute best to find that keystore!!
When you find it, email it to yourself so you have a copy on your
gmail that you can go and get in the case you loose it from your hard
drive!
这个问题让我很生气。
众所周知(我确实学到了)Android 不允许恢复密钥库。所以我们唯一的选择是生成一个新的,如 Scoober 回答 here. 到目前为止一切顺利,但问题是我们无法将 Play 商店中的实际应用替换为新应用,因为它没有我们所知的密钥库。
所以问题是:是否可以unpublish/remove 应用商店中的应用程序,并上传具有相同名称和包的新应用程序? 换句话说:在所有必要的步骤之后,是否可以将应用程序与相同的名称或包或两者放在一起?
我知道 3 年前,这是不可能的,但现在呢? google 开发者控制台发生了很大变化。所以也许是。
希望有人帮忙。 提前致谢。
不,您将无法使用相同的包将应用上传到 Play 商店,并由不同的密钥库签名。
您可以使用相同的名称,肯定不是相同的包。
同一个包必须始终使用同一个密钥库签名。
来自this answer:
You can create a new keystore, but the Android Market wont allow you to upload the apk as an update - worse still, if you try uploading the apk as a new app it will not allow it either as it knows there is a 'different' version of the same apk already in the market even if you delete your previous version from the market
Do your absolute best to find that keystore!!
When you find it, email it to yourself so you have a copy on your gmail that you can go and get in the case you loose it from your hard drive!