In Ionic 5 app, I upgraded cordova-android
to version 13 to target Android 14 (API level 34).
However, after this update, the following plugins stopped working on Android 14:
cordova-plugin-music-controls2
(v3.0.7)cordova-plugin-local-notification-12
(v0.1.3)cordova-plugin-sms-retriever-manager
(v1.0.5)
Has anyone else experienced these issues after upgrading to cordova-android 13
? Is there any known solution or workaround for this?