Development Tools
To debug JavaScript in your web content from our browser-based simulators first rebuild your app with Web Console Logs enabled. Then, on the simulator panel open the device type dropdown at the bottom and select "Debug". The JavaScript console for the app will be shown at the bottom of the window that opens. Note: This option must be disabled when building an APK/AAB for the Google Play Store.
Disable Development Tools Prior to Publishing for Android
When Development Tools/Web Console Logs are enabled a debug build, i.e., an unsigned AAB, is generated by the Median build platform. If you attempt to publish this file to Google Play you will receive an error
The Android App Bundle was not signed
. The solution is to disable web console logs and rebuild your app.
Updated about 2 months ago