Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否始终检查应用程序是否已连接到网络的最佳方法是什么?
比如说,安排它每 10 秒检查一次。
任何帮助将非常感激。
您可以使用SystemConfiguration框架来监控网络状态。看一下可达性示例。在启动需要有效 Internet 连接的操作之前检查连接。
SystemConfiguration