Last year we have published an APP on Playstore,which is developed by ANDROID STUDIO. Now we are in the process of updating it with New APP developed by B4A. We have did everything mentioned in the below thread and able to upload the APP to Google Developer in Draft mode.
"https://www.b4x.com/android/forum/threads/tutorial-how-to-sign-apk-with-non-b4a-keystore.14049/"
But unfortunately developer console is showing a warning as below and cannot put it in production mode.
I have tried changing the target version in Manifest Editor and repeated the process, but still it is showing the same error. Could you please look in to this matter and help us.
"https://www.b4x.com/android/forum/threads/tutorial-how-to-sign-apk-with-non-b4a-keystore.14049/"
But unfortunately developer console is showing a warning as below and cannot put it in production mode.
B4X:
This configuration cannot be published for the following reason(s):
It is forbidden to downgrade devices which previously used M permissions (target SDK 23 and above) to APKs which use old style permissions (target SDK 22 and below). This occurs in the change from version 8 (target SDK 23) to version 9 (target SDK 14).
Version 8 is not served to any device configuration: all devices that might receive version 8 would receive version 9.
Some devices are eligible to run multiple APKs. In such a scenario, the device will receive the APK with the higher version code.
I have tried changing the target version in Manifest Editor and repeated the process, but still it is showing the same error. Could you please look in to this matter and help us.