We are currently experiencing issues while upgrading and targeting Android 14 (API 34) in our Ionic/Cordova project. The setup includes the following:
Ionic Framework: @ionic/angular 4.11.13Cordova Platforms: android 13.0.0NodeJS: v16.20.2npm: 8.19.4The project is configured to target API 34, and it works fine on the emulator. However, we’re running into issues when deploying or building the app for actual devices.
The setup does target API 34, but it's not behaving as expected on real devices. Could there be any underlying reasons or common issues preventing the app from targeting Android 14 properly, even though the configuration looks correct?
Success story sharing