NativeScript / nativescript-background-http

Background Upload plugin for the NativeScript framework
Apache License 2.0
102 stars 50 forks source link

IOS: Error is not reported when server return error status code #59

Open vakrilov opened 7 years ago

vakrilov commented 7 years ago

Steps to reproduce

  1. Start the test server - npm start
  2. Run the test app (examples/SimpleBackgroundHttp) in ios
  3. Click erro-up button

Result: The upload starts, when it reaches 25% the server reports an error but the plugin shows the task as completed Expected: The status of the task should be error

Melf11 commented 5 years ago

i got the same issue.

labordem commented 5 years ago

Me too.