I use cordova plugin file transfer in my ionic 3 app. Its working for android but not working for iOS. Its does not even give a error or any response. I show loading before the upload operation and dismiss it in case of error or exception but it does not event go to exception and loader keeps going. Please i need urgent help. I also enabled arbitrary downloads using cordova plugin transport security.
Is anyone here that can answer?
Hi, I faced the same issue
Did you find the solution or any suggestion?
Still an issue and since File Transfer is no longer supported I urge the ionic team to drop it alltogether. We seem to need this to be implemented by XMLHTTPRequest as suggested by the plugins github page.