rashmi ranjan
rashmi ranjan

Reputation: 388

How to get available WiFi list in IOS in ionic?

I am creating a hybrid application where I'm scanning available WI-fi list and trying to connect it via app. To achieve it in android native I'm using hotspot plugin which is working perfectly fine but it is not available for IOS. Can any one suggest me any cordova plugin which I can use to get WI-fi List and to connect via SSID and password in Ios? I will be grateful if any one will provide some sample codes.

Upvotes: 0

Views: 2185

Answers (1)

Nitansh Rai
Nitansh Rai

Reputation: 9

iOS has limited functionality as Apple's WifiManager equivalent is only available as a private API. Any app that used these features would not be allowed on the app store. Connect/Disconnect only works for iOS11+

Upvotes: 0

Related Questions