Is it safe to still use ASIHTTPRequest?

亡梦爱人 提交于 2019-11-29 20:42:33

问题


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?


回答1:


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.




回答2:


I would continue using it. He probably quit working on it because it had all the functionality possible and was complete for all time (jk). Seriously though, it's a great library and your only fear would maybe be something that might break in a new version of iOS, but I guarantee someone will develop a fix for something like that.



来源:https://stackoverflow.com/questions/8109203/is-it-safe-to-still-use-asihttprequest

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!