I don’t know how to execute multiple NSUrlSession tasks one by one. When first task finishes start second task, when second task finishes start third task etc
For example I want to download multiple files from a web service.
I want them to begin downloading one by one.
For example files: 1.png , 2.png , 3.png
I want them to be downloaded in the same order I wrote them.
How can I do that with NSUrlSession?