codeandtheory / ynetwork-ios

A networking layer for iOS and tvOS.
Apache License 2.0
4 stars 2 forks source link

Background Upload Completion Handler Missing for Response #18

Open matt-certain-ct opened 2 hours ago

matt-certain-ct commented 2 hours ago

There is no code in the library handle the response received after uploading a file. The response is simply discarded. This might acceptable for some uploads, but if you're expecting a custom response or error that you need to react to after an upload attempt then you need capture the response and provide to the app using this library.

matt-certain-ct commented 2 hours ago

@sjapps I have the fix for this on a branch but I am not able to push it. Please assign this ticket to me so that push my changes for the next release.