I am downloading
multiple files using NSUrlSession
in my iOS
app. I want to download only one file at a time. But it is downloading
multiple files at 1 time. Please suggest a way to download files one at a time.
I tried this property :
sessionConfiguration.HTTPMaximumConnectionsPerHost = 1
But it also download multiple files if they are hosted on different servers.Please suggest a way to do this