Questions
Support Needed: Android SDK/API Level Issues, Deprecated Edge-to-Edge APIs, and Splash Screen Compliance
Hi there,
I'm having ongoing issues with every new release of my app (ThisToDish) on the Google Play Console, and I need your help to resolve them through the Median/GoNative build system. The following warnings keep appearing:
Target SDK/API Level
My current build seems to target SDK 23+, but Google requires a minimum of API Level 34 for August 2025 updates. I need the app updated to target API Level 34 or 35.
Deprecated Edge-to-Edge APIs
I'm getting warnings that my app uses deprecated parameters or methods related to edge-to-edge display. Starting with Android 15, the old APIs won’t behave as expected. Can you update the build to support the new edge-to-edge layout method (enableEdgeToEdge() for Kotlin or EdgeToEdge.enable() for Java)?
Splash Screen Configuration for Android 12+
The splash screen currently uses deprecated metadata (androidx.core.splashscreen.SplashScreen). Google recommends using a properly styled windowSplashScreenTheme in styles.xml. Can this be updated in the native shell?
Resizable/Orientation Flag for Tablets & Foldables
Starting with Android 16, the system will ignore fixed orientation or non-resizable settings. Can you confirm if my app is configured with resizeableActivity=true and appropriate support for larger screens?
If these changes can be made via the config dashboard, please guide me. If they require a rebuild of the native wrapper, I’d appreciate you updating the base so I can remain on Median without needing to manage native code manually.
Thanks so much for your help – let me know if you need anything else from my side.
Best regards,
Rob De Gouveia