Uploading image to the app is not working in Android versions 13 or higher. The feature is working fine in Android versions 12 or lower. This issue was noted after upgrading the android-targetSdkVersion to ‘34’ as per Google’s policy.
Node version : v14.17.6
Npm version : 6.14.15
"@ionic-native/contacts": "^5.34.0",
"@ionic-native/core": "~4.15.0",
"@ionic-native/file": "^5.36.0",
"@ionic-native/health": "^5.34.0",
"@ionic-native/in-app-browser": "^4.20.0",
"cordova": "^11.1.0",
"cordova-plugin-camera": "^7.0.0",
"cordova-plugin-contacts": "^3.0.1",
"cordova-plugin-customurlscheme": "^4.2.0",
"cordova-plugin-device": "^1.1.7",
"cordova-plugin-health": "^2.1.0",
"cordova-plugin-inappbrowser": "^4.1.0",
"typescript": "~2.6.2",
"cordova-plugin-camera": {
"ANDROIDX_CORE_VERSION": "1.6.+"
},