Android Question Google Pre-launch Report

Paul Leischow

Member
Licensed User
Longtime User
I have uploaded a APK created with B4A to the Google Play Console.
After a short time I receive a pre-launch report with 9 warning identified stating my app is using grey listed API's and Google can't guarantee they will work on existing devices.

As far as I can tell I am using the libraries that come with B4A...
Animation / Audio / ByteConverter / Core / Encryption / GoogleMaps / GPS / InAppBilling3 / JavaObject / JSON / OkHttpUtils2 / Phone / Phone / Reflection / RunTimePermissions / SQL / TTS

The Google warnings start like this and there are 9 in total...

Has anyone else experienced this? Should I be concerned as I do not know what these are?
 

Paul Leischow

Member
Licensed User
Longtime User
After some more searching I came across someone else with report warnings and it seems to be common.

Is there a reason why Google does not like these and gives an error?
Is it a problem with the code created using B4A ?
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
You can ignore these two:
StrictMode policy violation: android.os.strictmode.NonSdkApiUsedViolation: Landroid/os/Message;->flags:I

StrictMode policy violation: android.os.strictmode.NonSdkApiUsedViolation: Landroid/os/Message;->recycleUnchecked()V

Don't call DoEvents or Msgbox and these flags will never be accessed.

I'm not sure where the other two come from. If there is more information post it.
 
Upvote 0

Paul Leischow

Member
Licensed User
Longtime User
Here is a couple of stack traces from one of the warnings...

and here are a couple from another warning...
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…