flutter_uploader icon indicating copy to clipboard operation
flutter_uploader copied to clipboard

Uploaded Status Cancelled only on iOS

Open DavidAriza opened this issue 2 years ago • 3 comments

I'm trying to upload a file on iOS but it's not working, I get statusCode 500 and Upload Status 5, any idea why is this happening only on iOS? In Android is working fine

DavidAriza avatar Jul 27 '22 14:07 DavidAriza

I'm having the same problem. However, oddly it works for me in debug mode on a real device and in the simulator. When I make a release build, it stops working and I don't receive any result events, though it enqueues the tasks without any problems. The same web url, data, and file uploads fine in flutter.

jaysignorello avatar Aug 12 '22 01:08 jaysignorello

@jaysignorello did you find any solution? Please help me out here. The app is live and this is unbearable. Thanks

waqadArshad avatar Oct 31 '22 10:10 waqadArshad

@waqadArshad yes, I setup the listener to work in the foreground, which seems to work fine while the user is using the app, but certainly isn't ideal given it's not working as intended.

jaysignorello avatar Nov 06 '22 20:11 jaysignorello