iOS Background Transfer: what about uploads and other unsolved mysteries
Downloading files in the background is easy with iOS since the introduction of the NSUrlSession background transfer APIs. There are plenty of examples and instructions around for ObjectiveC but also for Xamarin.iOS. Documentation about the APIs is pretty exhaustive over >>>