- Home /
Question by
unity_R_FxE4AcMHOdHg · Oct 01, 2021 at 12:53 PM ·
androidgoogle play gamesgoogle-play-store
When I upload APK to the Google Play Store in internal tests, I only get the Target SDK Version not the Min SDK Version
After uploading the APK / ABB to the google store I only get version 31 of the SDK:
When in the Manifest file I have the minimum to 19 and the maximum to 30:
![alt text][2]
Therefore it is only compatible with 10 types of phones.
I attach all the data from the analysis of the Application in the internal test that I am doing before launching it: [2]: /storage/temp/186925-minmaxsdk.jpg
I have changed the minimum Api Level to 19 and target Api Level to 31 and several combinations but it does not work, only get target SDK
minmaxsdk.jpg
(12.0 kB)
analisisabb.jpg
(61.0 kB)
Comment