Search code examples
iosios7ios5afnetworkingafnetworking-2

Can we Integrate AFNetworking in Enterprise level iOS Applications


I am a newbie here and I am developing a new iOS Application and wanted to know whether we can implement AFNetworking in my iOS Enterprise application instead of using Apple's Own NSURL because if AFNetworking 2.0 is deprecated. Do I need to change back all the networking code to NSURL.


Solution

  • AFNetworking is released under the MIT License. Which means you can use it as you like, enterprise or not. Modify and so on. The dev is a great dude.

    You can read AFNetworking's license here: License File