NetworkExtension
一,
按照网上的方法:
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的更多相关文章
- 利用NetworkExtension库配置VPN
VPN简单说就是连接局域网的一个通道.Ios8之后苹果增加了一个VPN的接口NEVPNManager,它可以方便的添加VPN连接. 首先在你的Xcode内,TARGETS->Capabiliti ...
- iOS各个版本的新特性介绍
官方汇总 What's News in iOS iOS 9.3 to iOS 10.0 API Differences Objective-C /usr/include Accelerate Audi ...
- device framework(设备框架)
Table A-1 Device frameworks Name First available Prefixes Description Accelerate.framework 4.0 cbla ...
- ios 总结
1 ocoa Touch Layer{ App Extensions https://developer.apple.com/library/ios/documentation/General/Con ...
- iOS8新增加的frameworks, 在目前基于7以上开发的情况下, 使用下列sdk要注意设置成optional
Added frameworks: AVKitCloudKitCoreAudioKitCoreAuthenticationHealthKitHomeKitLocalAuthenticationMeta ...
- iOS开发——获取手机当前WiFi名和MAC地址
获取手机WiFi信息. iOS9以前的方法,还是能用,警告就警告吧!iOS9以后使用的是苹果最新的API框架,NetworkExtension/NEHotspotHelper.h,这个框架,第一次开放 ...
- 完美解决 Cydia 不能上网
国行手机比美版.港版.韩版手机新增了网络授权的功能,iOS 10 及以上系统版本,任何应用首次打开,如果有请求网络的行为,都会提示网络请求授权的对话框. 首次打开 Cydia 并没有提示网络请求授权的 ...
- iOS TUN之避免UDP包ip分片
iOS的NetworkExtension给应用暴露了一个虚拟网卡TUN设备,可以设置其MTU值.如果上层应用发送的IP包大于这个MTU就会被分片.(详见:http://blog.csdn.net/n5 ...
- ArcGIS runtime sdk for wpf 授权
这两天由于runtime sdk for wpf的授权和runtime sdk 其他产品的授权的不一样导致自己混乱不堪. 总结下吧. sdk 简介 当前ArcGIS runtime sdk 包括一系列 ...
随机推荐
- 获取PC硬件硬件序列号,唯一标识一台PC
用一个库:jydisk.dll 百度说是windows提供的C++标准动态库,很方便使用. 点击连接下载文件,里面有各种语言的调用例子,可直接使用.测试多台机器,结果靠谱.没有遇到获取出来是全零的情 ...
- 使用spring的特殊bean完成分散配置
1.在使用分散配置时,spring的配置文件applicationContext.xml中写法如下: <!-- 引入db.properties文件, --> <context:pro ...
- Ajax技术之XMLHttpRequest(二)【XMLHttpRequest常用方法和属性】
一.XMLHttpRequest中常用的方法: (1)open()方法:用于设置进行异步请求目标的URL.请求方法以及其他参数信息. 函数原型:open("method",&quo ...
- Mysql导出(多张表)表结构及表数据 mysqldump用法
命令行下具体用法如下: mysqldump -u用戶名 -p密码 -d 數據库名 表名 脚本名; 1.导出數據库為dbname的表结构(其中用戶名為root,密码為dbpasswd,生成的脚 ...
- fang99-三号线与四号线新盘
三号线与四号线新盘 http://www.fang99.com/buycenter/buildingsearch_map.aspx?projectid=0000011104 http://www.fa ...
- CALL与retn
一.CALL 例如: 004013D9 CALL 00401C4C //ESP = 0060F9C8 004013DE 相当于 sub esp,0x4; //ESP = 0060F9 ...
- Orangegreenworks封装rpgmakermv
You’ll get a zip file with a folder called “lib” and a file called greenworks.js. Put both of them o ...
- python 列表推导
废话不多说,直接上代码 #coding=utf-8 def getitem(index, element): return '%d: %s' % (index, element) def getite ...
- 给定一个正整数,实现一个方法求出离该整数最近的大于自身的 换位数 <把一个整数各个数位进行全排列>
"""给定一个正整数,实现一个方法求出离该整数最近的大于自身的 换位数 -> 把一个整数各个数位进行全排列""" # 使用 permu ...
- LDA模型了解及相关知识
什么是LDA? LDA是基于贝叶斯模型的,涉及到贝叶斯模型离不开“先验分布”,“数据(似然)”和"后验分布"三块.贝叶斯相关知识:先验分布 + 数据(似然)= 后验分布. 贝叶斯模 ...