Hi all,
for several reasons it's a while since I last could spend time programming.
Now, a customer of mine forwarded a mail where Google announces they will shut down his accont if there's no upgrade of their only app (made by me).
The emergency in the title depends on the fact I'm not able at this time to upgrade my B4X tools.
So, can I use my current 12.50 installation simply targeting sdk 34 in Manifest to publish a fake upgrade of the app?
Will it suffice to write in manifest:
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="34"/>
to have Google accept it (along with an higher VersionCode) as an upgrade in order to postpone the deadline to a later time when I'll be able to upgrade my B4X tools?
I seem to recall it was possible if not services where involved (but the empy Starter service). Am I right?
Besides increasing the "targetSdkVersion" value, any other hint to make it acceptable?
TIA
udg
for several reasons it's a while since I last could spend time programming.
Now, a customer of mine forwarded a mail where Google announces they will shut down his accont if there's no upgrade of their only app (made by me).
The emergency in the title depends on the fact I'm not able at this time to upgrade my B4X tools.
So, can I use my current 12.50 installation simply targeting sdk 34 in Manifest to publish a fake upgrade of the app?
Will it suffice to write in manifest:
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="34"/>
to have Google accept it (along with an higher VersionCode) as an upgrade in order to postpone the deadline to a later time when I'll be able to upgrade my B4X tools?
I seem to recall it was possible if not services where involved (but the empy Starter service). Am I right?
Besides increasing the "targetSdkVersion" value, any other hint to make it acceptable?
TIA
udg