Our application has 7 api calls on home screen . We want the home screen to get loaded faster. We fire all 7 calls concurrently and not serially. We have to go with NSURLSessionDelegate as SSL pinning is implemented and hence we can not go with completion handler approach.
Setting maxConcurrentOperationCount to 1 would rather slow the home screen loading.
Is there any work around to get real time concurrency ? Will our app crash if we do not set maxConcurrentOperationCount to 1?
Topic:
App & System Services
SubTopic:
Networking
Tags: