I\'m trying to do multiple request in background to download many jsons and check data from them but I don\'t know how to use AFNetworking in that case.
I tried to do li
AFNetworking will definitely handle this. We use it for exchanging data with a RESTful set of services. The things to keep in mind:
Hope this helps to point you towards a solution to your problem. Without more detail in your question, it's difficult to give you a specific answer.