如何在Google Play商店中还原上一个APK?
问题描述:
我已将APK上传到Google Play商店.但是,将其发布后,我在APK中发现了一个问题.我当前的APK版本是1.5,我想取消此APK并在商店中恢复之前的版本(1.4).这可能吗?
I have uploaded an APK to the Google Play store. However, after making it live, I have found an issue in the APK. My current APK version is 1.5 and I want to cancel this APK and reinstate the previous version (1.4) in the store. Is this possible?
感谢您的所有帮助.
答
没有回滚功能.
唯一的方法是获取优质的APK(1.4),将其versionCode(例如,提高到1.6),然后重新签名并重新发布到新版本中.
The only way is to take your good APK (1.4), increase its versionCode (e.g. to 1.6), then re-sign it and re-publish it in a new release.