There are many errors when integrating ASIHTTPRequest library in arc mode. Is there a proper way to integrate non arc library.
Asked
Active
Viewed 6,771 times
3 Answers
7
ASIHTTPRequest hasn't been supported for a couple of years now. As such, it is very outdated and does not support ARC.
A newer library, called AFNetworking, can be found on Github here, and fully supports ARC, so you might want to think about using it instead.

Jsdodgers
- 5,253
- 2
- 20
- 36
-
+1 It also supports blocks, which ASI does not (making it cleaner to use) – borrrden Jul 30 '13 at 04:34
4
I find a ASIHTTPRequest With ARC and working complete you can download
from here ASIHTTPRequest-With-ARC enjoy.......
you can also find json with ARC at here

jayesh kavathiya
- 3,531
- 2
- 22
- 25
-
-
What is the license for the code? Can I assume that it is this one? https://github.com/pokeb/asi-http-request/blob/master/LICENSE – BVB Mar 10 '15 at 17:32