Using web services is a very common part of development for any iOS developer who is building a dynamic iOS application. Sometimes you may be doing everything correct, but not getting the desired response. You may not be able to consume a web service. Out of the many possible solutions, one solution is to set […]
With the launch of iOS 7 Apple introduced a new method for networking named NSURLSession. However there exist a better alternative to consider – The popular third-party library for iOS, OS X, watchOS and tvOS called “AFNetworking”. The latest library AFNetworking 3.0 not only includes all the great features provided by NSURLSession, but also has […]