Skip to content Skip to sidebar Skip to footer

Android App Cannot Be Updated On New Version Of Play Store Due To Configuration Errors

Apologies for the wall of text. My company uses a single listing for multiple apks on the play store as mentioned in this question. The package name used for both apks is com.compa

Solution 1:

If you refer to http://developer.android.com/google/play/publishing/multiple-apks.html#SupportedFilters you will see that:

"An APK that requires a higher API level must have a higher version code."

So this implies you will need to change your version release strategy accordingly.

Post a Comment for "Android App Cannot Be Updated On New Version Of Play Store Due To Configuration Errors"