简体   繁体   中英

Google play does not display App Version

we are currently using androidquery to determine whether a customer's app is up2date. This does not work of late, the returned version is null . It does work with different apps though. The "Current Version" of our app is not displayed on Google Play either (even after clicking on "Read More"). That may be the culprit. We are using two apks with different "version codes" but identical "version names" to address arm and x86 tablets separately. I am expexting the "version name" (android:versionName — A string value that represents the release version of the application code, as it should be shown to users.) to be shown in the store entry. Has anyone a similar setup and knows why the "current version" has vanished from the Google Play page?

Thx in advance

I've the same issue and the same config, 2 apks for both arm and x86 architectures, for one of my apps. On the other hand I've another app with universal apk and the Current Version field is in place on the page on Google Play.

So, it's very possible that this issue is related to the configuration with multiple apks. Besides, there is no specific trigger to show the Current Version in Google Play Console.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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