I need to call multiple web services in a loop for uploading and downloading the data for application.(Known as Sync Process)
I am using AFHTTPSessionManager and create a subclass/wrappper class for that. I need to do something in a que or creating batch request for that.
I am stuck at this from last night.
Thanks in advance.