NEHotspotHelper - Swift code for gathering available SSID's

I am looking to use the NEHotspotHelper api in my app to look for available Wireless SSID’s. Apart from the Apple Docs I have not seen much about this online and was looking for some Swift examples to get me going. Does anyone have any code they could share that would simply scan and return a list of available SSID’s?

Oh and yes I am aware of the need for special entitlements to use this API.

Thanks in advance for any help.

1 Like

@aldertc Thanks very much for your question!

As you correctly pointed out, you do need special entitlements to use this API. More information for that can be found here.

I did find the following repository on GitHub that shows how to use the API which you might find useful. :slight_smile:

I hope this helps!

All the best!

This topic was automatically closed after 166 days. New replies are no longer allowed.