一,

按照网上的方法:

iOS 无法获取 WiFi 列表?一定是因为你不知道这个框架

https://juejin.im/user/58e106a12f301e0062127340

提交了申请。两个小时候后苹果回应邮件。意思就是如果只是使用

App Proxy, Content Filter, or Packet Tunnel APIs 这些功能,

自2016年11月10日起,已经不需要提交邮件申请就可以用了。

但是Hotspot不行,要申请。

Thank you for requesting information about the Network Extension framework. Please note that as of November 10, 2016 this process 
is not required for developers who wish to use App Proxy, Content Filter, or Packet Tunnel APIs. To use these services please navigate
to your Developer Account at <https://developer.apple.com/account/> and select the Network Extension capability for the App ID
you will be using for your app. If you are requesting an entitlement for Hotspot Helper APIs your request will be addressed at our earliest convenience. Regards,
Developer Technical Support
Apple Worldwide Developer Relations

  

被拒:

Hello,

Thank you for your interest in the NEHotspotHelper framework. Unfortunately, these APIs are not designed for the use you’ve identified.

The NEHotspotHelper APIs are meant to be used by hotspot network implementers to facilitate connections to the large-scale wireless networks that they manage. If you would like to see your desired functionality included in the HotspotHelper entitlement, please file an Enhancement Request usingApple’s online bug reporting system.

For a complete explanation of Wi-Fi management APIs on iOS, please see Technical Q&A QA1942 “iOS Wi-Fi Management APIs”.

NOTE:
If your app needs to connect directly to a known SSID please consider using the NEHotspotConfigurationManager API. Introduced in iOS , this API allows your app to interact directly with a Wi-Fi based accessory. It can also allow your app to add a specific Wi-Fi network to the user’s list of known networks. For more details about NEHotspotConfigurationManager, see WWDC Session , “Advances in Networking, Part ”. Thank You,
Developer Technical Support
Apple Worldwide Developer Relations

NetworkExtension的更多相关文章

  1. 利用NetworkExtension库配置VPN

    VPN简单说就是连接局域网的一个通道.Ios8之后苹果增加了一个VPN的接口NEVPNManager,它可以方便的添加VPN连接. 首先在你的Xcode内,TARGETS->Capabiliti ...

  2. iOS各个版本的新特性介绍

    官方汇总 What's News in iOS iOS 9.3 to iOS 10.0 API Differences Objective-C /usr/include Accelerate Audi ...

  3. device framework(设备框架)

    Table A-1  Device frameworks Name First available Prefixes Description Accelerate.framework 4.0 cbla ...

  4. ios 总结

    1 ocoa Touch Layer{ App Extensions https://developer.apple.com/library/ios/documentation/General/Con ...

  5. iOS8新增加的frameworks, 在目前基于7以上开发的情况下, 使用下列sdk要注意设置成optional

    Added frameworks: AVKitCloudKitCoreAudioKitCoreAuthenticationHealthKitHomeKitLocalAuthenticationMeta ...

  6. iOS开发——获取手机当前WiFi名和MAC地址

    获取手机WiFi信息. iOS9以前的方法,还是能用,警告就警告吧!iOS9以后使用的是苹果最新的API框架,NetworkExtension/NEHotspotHelper.h,这个框架,第一次开放 ...

  7. 完美解决 Cydia 不能上网

    国行手机比美版.港版.韩版手机新增了网络授权的功能,iOS 10 及以上系统版本,任何应用首次打开,如果有请求网络的行为,都会提示网络请求授权的对话框. 首次打开 Cydia 并没有提示网络请求授权的 ...

  8. iOS TUN之避免UDP包ip分片

    iOS的NetworkExtension给应用暴露了一个虚拟网卡TUN设备,可以设置其MTU值.如果上层应用发送的IP包大于这个MTU就会被分片.(详见:http://blog.csdn.net/n5 ...

  9. ArcGIS runtime sdk for wpf 授权

    这两天由于runtime sdk for wpf的授权和runtime sdk 其他产品的授权的不一样导致自己混乱不堪. 总结下吧. sdk 简介 当前ArcGIS runtime sdk 包括一系列 ...

随机推荐

  1. Mongodb内嵌数组的完全匹配查询

    样例数据: {      "cNo" : "11",     "Details" : [         {              &q ...

  2. Unity3d之如何截屏

    Unity3d中有时有截屏的需求,那如何截屏呢,代码如下: /// <summary> /// 截屏 /// </summary> /// <param name=&qu ...

  3. 20171130-2-python orm

    https://www.cnblogs.com/pycode/p/mysql-orm.html https://www.cnblogs.com/Hiberniane/archive/2011/01/3 ...

  4. 17. Letter Combinations of a Phone Number(bfs)

    Given a string containing digits from 2-9 inclusive, return all possible letter combinations that th ...

  5. Rpgmakermv(7) Chronus插件介绍翻译

    协议:MIT 作用:时间,有时间推进,可以设置速度,随着游戏中时间的推进,会发生昼夜改变和天气变化. ------------------------------------------------- ...

  6. url中是否加斜杠/

    通常来说,不加斜杠的形式(如”example.jsp”)请求的是相对于当前页面路径的资源 http://localhost:8080/webapp/examole:加斜杠的形式(”/example.j ...

  7. EasyUI表格DataGrid前端分页和后端分页的总结

    Demo简介 Demo使用Java.Servlet为后台代码(数据库已添加数据),前端使用EasyUI框架,后台直接返回JSON数据给页面 1.配置Web.xml文件 <?xml version ...

  8. MQTT安装

    技术链接:http://docs.emqtt.cn/zh_CN/latest/getstarted.htmlDashboard控制台:http://10.74.20.43:18083/#/ 默认登录用 ...

  9. Lua逻辑操作符

    [1]逻辑操作符and.or和not 应用示例: ) ) -- nil ) -- false ) ) ) ) ) ) ) print(not nil) -- ture print(not false) ...

  10. 网关绑定命令,解决arp攻击

    一般家里的宽带都采用ADSL设备,通过固定IP地址接入Internet,但是经常会出现断网的现象,那么如何通过ARP命令绑定默认网关来解决这个问题呢? 工具/原料 ARP命令 CMD命令提示符 方法/ ...