Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it safe to still use ASIHTTPRequest?

Ben Copsey has abandoned ASIHTTPRequest. It has been announced almost two months ago but I just realized it.

I'm in the middle of a project using it. It wouldn't be an huge problem for me to replace it with something else at this stage (everyone is talking about AFNetworking right now), but:

  1. If I can avoid replacing it it's better. I'd rather spend that time working on other things
  2. I'd like to support iOS < 4, but AFNetworking and LRResty are 4> only
  3. I also have a few other apps that heavily depend on it

I'm pretty sure other folks are in my situation. So my question is: is it safe to continue using it?

like image 800
ySgPjx Avatar asked Nov 13 '11 02:11

ySgPjx


1 Answers

If it works for you already, there is no point replacing it. Ben has only stopped development of it himself, that doesn't mean others are not free to continue developing it.

It just means that it won't get updated.

On the blog post he has provided other options that you can use.

like image 93
Abizern Avatar answered Oct 23 '22 19:10

Abizern