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.
是否有可能以编程方式禁用 iPhone 中的 wifi 自动加入选项?
任何帮助将不胜感激。提前致谢
简短的回答:没有。
更长:如果沙箱内的进程更改外部系统,这将违反沙箱的一般概念。
反过来想一想:您可以检查有关当前连接的 SCNetworkReachability 标志并在您的应用程序中做出响应。