0

I am facing some problem updating my apk in Google playstore. It was working fine when I updated my app on last Jan 7. However when I tried to update my app yesterday it giving me following error

This configuration cannot be published for the following reason(s): Version 47 is not served to any device configuration: all devices that might receive version 47 would receive version 50.

I checked the issue and they are saying change your VersionCode to integer but in my case it is already an Integer and I am not declaring VersionCode anywhere else except build.gradle file.

Google added a new flag for ads in pricing and distribution so today I added that field but still having same problem.

Note: There is no problem with my keystore file

Kunu
  • 5,078
  • 6
  • 33
  • 61
  • Possible duplicate of [What does this Google Play APK publish error message mean?](http://stackoverflow.com/questions/16060655/what-does-this-google-play-apk-publish-error-message-mean) – rahul Jan 13 '16 at 08:25

1 Answers1

1

This happened when you published two APKs (versions x and then y) in a short space of time. Clicking "Deactivate" on the dropdown next to version x appeared to fix it.

more detail refer What does this Google Play APK publish error message mean?

Community
  • 1
  • 1
Anjali Tripathi
  • 1,477
  • 9
  • 28