Recently I was getting the error ITMS-90809: Deprecated API Usage while uploading my app on TestFlight. After upgrading/removing a few plugins and upgrading cordova-ios to 6.2.0, the deployment worked.
One of the plugins removed was cordova-plugin-file-transfer
. Without this plugin majority of my app is not working. So what is the alternative for this plugin in cordova
as I cannot migrate to the capacitor
.