If I publish an update on Google Play without increasing the version code, will the new versions be available for new installations?
android, google-play
Solution
You CANNOT upload an updated .apk file without incrementing `android:versionCode` value. Google Play will not allow you to proceed with such upload.
It may take a couple of hours for your update to appear in Google Play.
Problem
I have an application published in Google Play. My application had no compatibility with some screen size (was not shown to all devices), so I fixed that issue. Now I would like to publish the fixed application, but without requiring an update for the people that has already installed my application. Is this possible just without increasing the version number and update the fixed APK? Or do I have to do anything else? If I publish the update, how long will the new version take to be available in the market?