可达性 - 早期版本
当与网络服务器的连接丢失时,我会提醒用户。我认为 Apple Reachability 类可以解决我的问题,但我会为 ios << 4.
所以,我的问题是:在哪里可以找到早期版本的可达性?
是否可以为ios构建< 4 具有可达性版本 2.1?
I would alert the user when the connection with a web server is lost. I think the Apple Reachability class could solve my problem, but I would build for ios < 4.
So, my question is: where could I find earlier version of reachability?
Is it possible to build for ios < 4 with reachability ver 2.1?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,为什么不呢,我认为 Reachability 代码没有太大变化,你只需要选择你的构建部署目标为早期版本,保持基础 SDK 为最新版本,就可以了。
yes, why not, I think the Reachability code does not change much, you just need to select your build deployment target to the earlier version, keeping the base SDK to the latest one, and you are fine.