Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Play displaying my app version as Varies with device

I recently updated my app on Google Play Store. In my app page on play store it is displaying the version as Varies with device I did not uploaded multiple apk and updated my app with the single apk. Then why it displaying the version as Varies with device

Is there any setting to remove this and show the actual version of App on Play Store.

like image 375
Nitesh V Avatar asked Aug 23 '14 08:08

Nitesh V


People also ask

What is the meaning of varies with device?

This post varies with device. It can't be displayed because there are so many devices and each one is different. This paragraph varies with device. It's just a placeholder for a paragraph that should have revealed a lot of useful information.

How do I check my app version in Google Play?

Tap the app's name to open its Properties in the Google Play Store. Now, scroll down to About this app and tap that section. On the following screen, scroll all the way down again. This will take you to an App info section.

What do you do when an app is not compatible with your device?

It appears to be an issue with Google's Android operating system. To fix the “your device is not compatible with this version” error message, try clearing the Google Play Store cache, and then data. Next, restart the Google Play Store and try installing the app again.


1 Answers

You must HAVE uploaded another APK and put both your PREVIOUS and CURRENT APK into PRODUCTION. You are using Multi APK support.

Check your Google Play Publisher account, Click on the Application, Click APK. It should look something like this:

enter image description here

Reason: This happens because you did not DEACTIVATE your PREVIOUS APK first BEFORE adding the LATEST APK.

Read more here: http://developer.android.com/google/play/publishing/multiple-apks.html

like image 189
Jared Burrows Avatar answered Sep 20 '22 08:09

Jared Burrows