简体   繁体   English

Google Play应用更新不可见

[英]Google Play App Update Not Visible

I have updated my application in Google Play Store, and it is visible in Developer Console that application is updated, but it is showing old version in Google Play. 我已经在Google Play商店中更新了我的应用程序,并且在开发者控制台中可以看到该应用程序已更新,但是它在Google Play中显示的是旧版本。

Can any one tell me what could be the issue . 任何人都可以告诉我这可能是什么问题。 It has be more than 48 hours application got updated. 申请已更新超过48小时。

first recheck your versionNumber and versionCode is same as previous version, It should be greater than previous one, if it was correct you can contact googleplay-developer-support@google.com they will suppory you. 首先请重新检查您的versionNumber和versionCode与先前的版本相同,它应该大于先前的版本,如果正确,则可以联系googleplay-developer-support@google.com,他们会为您提供支持。 good luck.. 祝好运..

1st - make sure in your build.gradle (app) file you always increment the version code. 1-确保在build.gradle(应用程序)文件中始终增加版本代码。 Under android{defaultConfig {...}}. 在android {defaultConfig {...}}下。

2nd - upload your newly built APK to Google play. 第二-将您新建的APK上传到Google Play。 And then if it's under alpha release remove the testers or discontinue the previous uploaded version. 然后,如果它处于Alpha版本下,则删除测试人员或中止先前的上载版本。

3rd - I downloaded the play console app, which informs you that your update is being processed ... (I would add an image but apparently my reputation isn't high enough) 😛 第三-我下载了Play控制台应用,该应用通知您更新正在处理中……(我会添加一张图片,但显然我的声誉不够高)high

Finally make sure you always use the same key to generate your signed APK. 最后,请确保您始终使用相同的密钥来生成签名的APK。 And also don't change your applicationId which is found in your build.gradle file. 并且也不要更改在build.gradle文件中找到的applicationId。 (Just above the versionCode mentioned before) (就在前面提到的versionCode之上)

Hope this helps others who find this later on. 希望这对以后找到它的人有所帮助。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM