Manish Ranjan
Manish Ranjan

Reputation: 11

Get list of all available Wifi Connections and choose one to connect inside an App in iOS 11

In iOS 11 Apple has added NEHotspotConfiguration and NEHotspotConfigurationManager

I am trying to build an app - where:

  1. User opens the app
  2. User scans for available Wifi networks
  3. User selects to connect a network

Have tried below links:

https://developer.apple.com/documentation/networkextension/nehotspotconfiguration

https://developer.apple.com/documentation/networkextension/nehotspotconfigurationmanager

Upvotes: 1

Views: 600

Answers (1)

Kyle Redfearn
Kyle Redfearn

Reputation: 2281

This is not possible on iOS. The API you have found is the most capable API for interacting with WiFi access points

Upvotes: 1

Related Questions