HI,
I have upgraded my App to target API26
Previously it was targeting API22
I have compiled it with B4A8 and tested it on my Galaxy S7 under Android 8.0
So I considered that everything was fine and decided to upload the APK to the Googleplay
It's almost perfect but I get this strange message :
Passer à un nouveau modèle d'autorisation
Avertissement :
Les utilisateurs disposant de la version 46 de l'APK (qui cible la version 22 du SDK ou une version antérieure) pourront effectuer la mise à jour. Cependant, une fois la mise à jour effectuée, ils ne pourront plus installer d'APK ciblant la version 22 du SDK ou une version antérieure.
Conseil :
Si cette modification est voulue, assurez-vous que les futures mises à jour installées sur les appareils des utilisateurs passant à cet APK ciblent la version 23 ou ultérieure du SDK.
In english it should give something like this :
Go to a new authorisation model
Warning :
Users with version 46 of the APK (which is targeting SDK Api22 or below) will be able to upgrade to new version. However, once done, they won't be able to install Apk targeting SDK API 22 or below.
Advice : If this modification is wanted, be sure that next updates installed on users devices using thois Apk target version 23 or above.
And when going on without correcting this warning I get a new window saying that I should read warnings !
Question : should I panic or not ? Will I loose most of my users or not ?
Thank you
JP
I have upgraded my App to target API26
B4X:
AddManifestText(
<uses-sdk android:minSdkVersion="18" android:targetSdkVersion="26"/>
Previously it was targeting API22
I have compiled it with B4A8 and tested it on my Galaxy S7 under Android 8.0
So I considered that everything was fine and decided to upload the APK to the Googleplay
It's almost perfect but I get this strange message :
Passer à un nouveau modèle d'autorisation
Avertissement :
Les utilisateurs disposant de la version 46 de l'APK (qui cible la version 22 du SDK ou une version antérieure) pourront effectuer la mise à jour. Cependant, une fois la mise à jour effectuée, ils ne pourront plus installer d'APK ciblant la version 22 du SDK ou une version antérieure.
Conseil :
Si cette modification est voulue, assurez-vous que les futures mises à jour installées sur les appareils des utilisateurs passant à cet APK ciblent la version 23 ou ultérieure du SDK.
In english it should give something like this :
Go to a new authorisation model
Warning :
Users with version 46 of the APK (which is targeting SDK Api22 or below) will be able to upgrade to new version. However, once done, they won't be able to install Apk targeting SDK API 22 or below.
Advice : If this modification is wanted, be sure that next updates installed on users devices using thois Apk target version 23 or above.
And when going on without correcting this warning I get a new window saying that I should read warnings !
Question : should I panic or not ? Will I loose most of my users or not ?
Thank you
JP
Last edited: