一般 WiFi 的连接是从设置里面找到 SSID 然后输入密码,有没有什么方案可以从客户端输入 SSID 和密码,省掉之前的步骤呢?
1
jasontse 2016-03-04 12:22:06 +08:00 via iPad
安装描述文件,参考万能钥匙实现。
|
2
sobigfish 2016-03-04 12:35:18 +08:00
还有 iOS9 NetworkExtension NEHotspotHelper 也许可以, 要独立申请 NE 的权限 https://developer.apple.com/library/ios/documentation/NetworkExtension/Reference/NEHotspotHelperClassRef/index.html#//apple_ref/occ/cl/NEHotspotHelper
https://developer.apple.com/videos/play/wwdc2015/717/ > And because these are very powerful APIs we do require some special entitlements for you to be able to use these. To use the NEVPN manager API, you need to select the personal VPN capability in your project settings' Xcode. To use the any Hotspot helper API, the NETunnel family of APIs, and the NEFilter provider family of APIs you need access to other special entitlements. The way to get these is to send a request to [email protected]. We'll send you back a questionnaire that we'll ask you to fill out and send back to us and we'll process your request. |