Has anyone else had any issues caused by Android 14 (SDK 34) ?
Having re-built my app (without making any other changes to it) for Android 14 with VoltBuilder, and running the app on an actual device with Android 14 (SDK 34), this seems to be causing 1 specific function to not work as expected.
Having spent 3 days trying to narrow down the cause of this (without any success), out of curiosity I loaded the same app on to an old device which has Android 7 (SDK 24) and it works fine.
Any ideas on the changes with Android 14 which would cause any bugs?
Config:
<preference name="android-minSdkVersion" value="21" />
<preference name="android-targetSdkVersion" value="34" />
<engine name="android" spec="13.0.0" />
Results:
Tested on a device with Android 14 = Doesn’t work as expected.
Tested on a device with Android 7 = Works as expected.
All previous build versions of this app have all worked as expected, so something in Android 14 has changed, any ideas?