附近wifi热点列表-目标C
我是一名新的 Objective C 程序员。我需要一些帮助。我正在开发一个应用程序,如果谷歌无法访问互联网连接,它应该打开浏览器并检查 Wifi 热点进程。我用谷歌搜索了这个,但找不到任何与此相关的信息。请帮我。
I am a new Objective C programmer. I need some help. I am developing an app in which if the internet connection is not google reachable, it should open up the browser and should check for Wifi Hotspot process. I googled for this but couldnot find any information regarding this. Please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这实际上不是代码,这是您必须放在 Info.plist 文件中的内容。
您正在寻找的是:
UIRequiresPersistentWiFi
或Application using Wifi
以下是 Apple 对此的说法:
This is actually not code, this is something you have to put on your Info.plist file.
What you are looking for is:
UIRequiresPersistentWiFi
orApplication uses Wifi
Here is what Apple has to say about it: