简体   繁体   English

如何在Play商店中上传新版本的应用程序,我的.keystore文件丢失了

[英]How to upload new version of app in play store and I lost my .keystore file

I need to upload a new version of Android application in to the play store. 我需要将新版本的Android应用程序上传到Play商店。

I lost my .keystore file, but I have LICENSE KEY of that app. 我丢失了.keystore文件,但具有该应用程序的许可证密钥。

My License key is like: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkjRWzxfdpt35luHtfNLk+hcw4j/WVidSva0C6yN+9KP1LILMuhsathcEV9dMqEvDeG+hllK5H+38N3J6zidRR3uIBnjPOyy82AQ/BOkrndlcnIqmX4c0rDVzziwk2J2BxIahg6jndfHh+ghNOVcS+Q8nc51Kt+8CJztEta57EPEQIDAQAB 我的许可证密钥是这样的:MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkjRWzxfdpt35luHtfNLk + hcw4j / WVidSva0C6yN + 9KP1LILMuhsathcEV9dMqEvDeG + hllK5H + 38N3J6zidRR3uIBnjPOyy82AQ / BOkrndlcnIqmX4c0rDVzziwk2J2BxIahg6jndfHh + ghNOVcS + Q8nc51Kt + 8CJztEta57EPEQIDAQAB

Now how can I upload the new version of app in to the play store. 现在如何将新版本的应用上传到Play商店中。

I do not want to upload this as a new app. 我不想将其上传为新应用。

Unfortunately, you can't. 不幸的是,你不能。 License key will not help. 许可证密钥将无济于事。 Post your application as the new one. 将您的应用程序发布为新应用程序。

If there is absolutely no way for you to recover your old keystore file (the whole thing), then I'm sorry to say you cannot update your app on Google Play with the same package name. 如果您绝对无法恢复旧的密钥库文件(整个文件),那么很遗憾地说您无法使用相同的程序包名称在Google Play上更新您的应用程序。

You will have to change the package name of your app and sign + export the app with a brand new keystore. 您将必须更改应用程序的软件包名称,并使用全新的密钥库签名并导出该应用程序。 (I highly recommend you e-mail it to yourself for safe keeping. I literally just lost mine last night and would've been screwed if I didn't have that e-mail) (我强烈建议您通过电子邮件将其发送给自己,以确保安全。我昨晚只是迷失了我,如果我没有那封电子邮件,那将被搞砸了)

After that, update your store listing of the "old app" to direct users to your newly uploaded app (the one signed with new key store/new package name). 之后,更新您的“旧应用”商店清单,以将用户定向到您新上传的应用(使用新的密钥商店/新软件包名称签名的应用)。 Eventually you can un-publish the "old app" when you feel enough users have migrated to your new app. 最终,当您感到有足够的用户迁移到新应用程序时,您可以取消发布“旧应用程序”。

Hope this helps, always keep a backup ;) 希望这会有所帮助,始终保持备份;)

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 当我们错过 android 应用程序的 JKS 文件时,如何为已经在 Play 商店中的应用程序创建新的 JKS 密钥库? JKS 文件丢失 - How to create new JKS keystore for the app that already in play store when we miss the JKS file for android application? lost JKS file 在 Google Play 中发布我的应用程序之前,我丢失了我的密钥库 - I lost my keystore before publishing my app in Google Play 如果我丢失了密钥库,如何在我的 Android 应用上发布新版本? - How can I make a new release on my android app if i lost my keystore? 我丢失了 .keystore 文件? - I lost my .keystore file? 我丢失了用于签名apk的密钥库。 是否可以在Play商店中重新上传? - I lost my Keystore used to sign my apk. Is it possible to reupload in play store? "我丢失了我的密钥库密码,我想用相同的密钥库在 Play Store 上更新我的应用程序" - I lost my key store password, I want to update my app on plays store with same keystore 使用与之前版本相同的key.jks文件升级到较新版本后,无法在Google Play商店中上传我的应用程序的新版本 - I can not upload new version of my apps in google play store after upgrading to newer version using same key.jks file as the version before 无法在Google Play商店上载已删除应用的新版本 - Cannot upload new version of removed app on Google Play Store 丢失应用程序的密钥库文件(但启用了 Google Play 应用程序签名) - Lost keystore file for app (but have Google Play App Signing enabled) 我丢失了调试密钥库文件 - i lost my debug Keystore file
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM