How to get the permission for NEHotspotHelper(network-extension)?

Hello, can anyone help me? I plan to scan the wifi list to implement some functions.So I need to use the apis of 'NEHotspotHelper'. But I haven't got the permissions from Apple. How to start the application of 'NEHotspotHelper'(network-extension)?

I plan to scan the wifi list to implement some functions.

What functions?

Hotspot Helper docs make it clear that this API is for:

NEHotspotHelper is only useful for hotspot integration.

where a hotspot is defined as a:

Wi-Fi networks where the user must interact with the network to gain access to the wider Internet.

If you’re trying to use it for anything else, you are going to run into problems.

For more background on Wi-Fi APIs on iOS, see TN3111 iOS Wi-Fi API overview.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

How to get the permission for NEHotspotHelper(network-extension)?
 
 
Q