I want to create an app which will automatically upload new photos in the camera roll to my webservice. Just like the auto-upload functionality of the new Flickr app. Currently i'm investigating how to set this up properly.
The new background functions of iOs 7 can make this happen i guess. But is it for example possible to initiate a Background Transfer Service from a Background Fetch? Or are the fetches disabled if the app isn't opened regularly? In that case, how does Flickr do this?