ASIHttpRequest可达性版本
目前我正在为iPhone/iPad 开发一个网络客户端软件。我正在使用 ASIHttpRequest 库与我们的 Web 服务交互。
我注意到最新版本的 ASIHttpRequest 包含有点过时的 Reachability API,即“2.0.4ddg”。 apple.com 上的最新版本是 2.2。
升级与 ASIHttpRequest 库捆绑的 Reachability 组件是个好主意吗?我正在开发的软件必须在 iOS 4.2.1 及更高版本上运行。
提前致谢!
At the moment I'm developing a network client software for iPhone/iPad. I'm using ASIHttpRequest library to interact with our web service.
I've noticed the latest version of ASIHttpRequest contains a bit outdated Reachability API, namely "2.0.4ddg". The latest version on apple.com is 2.2.
Is it a good idea to upgrade the Reachability component that's bundled with ASIHttpRequest library? The software I'm developing must work on iOS 4.2.1 and later.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我无法回答您的完整问题,但是 2.0.4ddg 版本包含对 Apple 2.0 版本的许多增强功能,如下所列:
http://blog.ddg.com/?p=24
不过,我没有看过 Apple 在 2.0 和 2.2 之间发生了什么变化。
如果我没记错的话,ddg 版本与 Apple 版本相比 API 略有变化,所以它并不是替代品。
I can't answer your full question, however the 2.0.4ddg version contains a number of enhancements over the Apple 2.0 version, as listed here:
http://blog.ddg.com/?p=24
I've not looked at what Apple changed between 2.0 and 2.2 though.
If I recall correctly, the ddg version has slight API changes compared to the Apple one, so it's not a drop in replacement.