Not sure what happens to my apps objects when using NSURLSession in background - what state is my app in?
- by Avner Barr
More of a general question - I don't understand the workings of NSURLSession when using it in "background session mode". I will supply some simple contrived example code.
I have a database which holds objects - such that portions of this data can be uploaded to a remote server. It is important to know which data/objects were uploaded in order to…