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
NSURLSessions has a delegate method URLSessionDidFinishEventsForBackgroundURLSession which is called after session completes all its tasks. I believe you should perform an api call out there.