Hi. Our app needs to download (or upload) say, between 1 and 50 images at a time. We create a list of all the images that have not been downloaded yet and then download them. We would like this to be able to continue downloading when the app is in the background.
I have found some sample programs that do this, but only for 1 image.
https://developer.xamarin.com/samples/monotouch/SimpleBackgroundTransfer/
and
https://github.com/RobGibbens/XamarinFormsBackgrounding
What I can't figure out is how to add more images to download to the Session. (I expect it is easy - once I know).
I'd appreciate any insight on how to accomplish that - or being directed to some sample code that does it.
Thanks!