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 包括一系列 ...
随机推荐
- webapp定位
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http ...
- LeetCode118.杨辉三角
给定一个非负整数 numRows,生成杨辉三角的前 numRows 行. 在杨辉三角中,每个数是它左上方和右上方的数的和. 示例: 输入: 5 输出: [ [1], [1,1], [1,2,1], [ ...
- word中加入endnote
http://jingyan.baidu.com/article/f54ae2fc3926d91e92b849c2.html 1.如果安装完endnote后,word中没有出现 endnote菜单,则 ...
- HashMap(JDK1.8)
四个构造函数: 构造方法只是赋值属性初始值但是不会真正初始化数组表空间,在第一次添加元素时形成数组表空间.这个和以往的jDK1.7之前的不同,1.7之前的都是在构造里初始化了table数组空间. ...
- URL List by Category
URLs List AI https://www.cnblogs.com/zlel/p/8882129.html Javascript Promise http://liubin.org/promis ...
- 学习笔记<3>View接触
一.View基本概念 1.界面上显示所有的控件都是用对象表示的,即有类,这些类都是View的子类. 2.View的种类 二.在Activity当中获取代表View的对象 1.根据ID可以用方法获取到对 ...
- Mybatis Generator 使用com.mysql.cj.jdbc.Driver遇到的问题
Mybatis Generator 使用com.mysql.cj.jdbc.Driver遇到的问题 今天闲来无事,准备搭一套SSM的环境,当然所有的jar包都用最新的. Mybatis使用3.4.6, ...
- ExtJS5入门
https://www.cnblogs.com/xiaoliu66007/p/7988060.html
- 20165305 Linux安装及学习
一.虚拟机的安装 在根据老师所给的<基于VirtualBox虚拟机安装Ubuntu图文教程>的时候,我发现虚拟化处于被禁用状态,于是我在网上查找了一下解决办法,在我将bios中虚拟化设置为 ...
- 以太坊ETH中智能合约消耗的Gas、Gas Limit是什么?
以太坊ETH中智能合约消耗的Gas.Gas Limit是什么? 数字货币交易一般是有交易费的,比特币(BTC)的交易费很容易理解,就是直接支付一定额度的BTC作为手续费.而以太坊(ETH)的交易费表面 ...