I was trying to use the new ios7 background transfer api to upload some photos to a server. what it happened now is
1) we upload the bytes to s3
2) call a service api to \'compl
If you want a simpler solution than repurposing NSURLSessionDownloadTask for your "completed" API call, you can round trip a quick http call during the callback in: