NSURLSession Sample Code Written By: Debasis Das (28-Apr-2015) In this article we will create a sample application that reads data from a web service using NSURLSession, NSURLSessionDelegate & NSURLRequest. We have demonstrated 2 different approaches of getting data. Delegate Approach…