Reputation: 5134
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
Upvotes: 0
Views: 758
Reputation: 1477
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?
Upvotes: 1