ASIHTTPRequest crashes the app on ios8

自古美人都是妖i 提交于 2019-12-06 04:43:58

I know, the answer has been put there in the Questions' comment, but following is my explanation!

I was wondering why these people still use AsiHTTP for their projects. It's been deprecated and also abandoned by its developer before or around iOS 5 and iOS 6!!! I've also used AsiHTTP library too, but that's only when I was learning to develop iOS apps and that's only for studying purpose only!

Better start using something like AFNetworking, a very easy to use networking library, which supports both iOS and Mac OS X both!

See the following links,

  1. http://afnetworking.com/
  2. https://github.com/AFNetworking/AFNetworking
  3. http://www.raywenderlich.com/59255/afnetworking-2-0-tutorial
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!