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