Image Uploading feature not working in Android 13 or higher

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.+"
  },

First off, @ionic-native is dead as of 2021. It was renamed to awesome-cordova-plugins. See A New Chapter for @ionic-native - Ionic Blog.

You don’t show having cordova-plugin-file installed, but assuming you do?

You first need to make sure you are on the latest versions of Cordova (v12) and the file plugin (v8). Cordova 11 doesn’t support Android 13 - Android Platform Guide - Apache Cordova.