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.
我在任何地方都找不到答案……甚至在 Apple 文档中也找不到。
在 iOS 中,设置>常规>移动数据下有一个移动数据(开/关)选项。
应用程序是否可以检查此选项是否已设置为打开或关闭?
还是仅仅反映在网络和可达性调用的结果中?(报告没有网络?)
您可以通过Reachability检查用户是否连接到 wifi、移动网络或 3G 网络,但您无法通过您的应用打开设置。