So I just installed B4A 3.8 and am updating to AdMob 2.0 with Google Player services on a few of my apps.
The very first one an I get this warning from Google:
I have this in my manifest:
'<uses-sdk androis:minAdkVersion="4" android:targetSdkVersion="14">
Should this be a concern?
I am not sure what limiting the Sdk Version really means.
Will this affect my user base or the app functionality if they upgrade?
The very first one an I get this warning from Google:
You uploaded an APK that uses Google Play services version 5089000. This will only work with Android API levels of 9 and above. It is discouraged to use this Google Play services version unless you have set the minSdkVersion in your manifest to 9 or higher.
I have this in my manifest:
'<uses-sdk androis:minAdkVersion="4" android:targetSdkVersion="14">
Should this be a concern?
I am not sure what limiting the Sdk Version really means.
Will this affect my user base or the app functionality if they upgrade?