nativescript-background-http
nativescript-background-http copied to clipboard
IOS: Error is not reported when server return error status code
Steps to reproduce
- Start the test server -
npm start
- Run the test app (
examples/SimpleBackgroundHttp
) in ios - 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
i got the same issue.
Me too.