6 questions
1
vote
0
answers
67
views
How to disconnect from current WiFi and connect to another network programmatically (with SSID access)?
I'm developing a Flutter app that needs to connect to a specific WiFi network (with a known SSID prefix and password) from within the app. On iOS, I understand that location permission is required to ...
0
votes
3
answers
908
views
iOS App: How to set the purpose string for Wi-Fi connection dialogue to meet Apples privacy requirements
My App does connect with a device which spans an own Wifi network. Before connection to this Wifi iOS does display the typical confirmation dialogue:
"App name" wants to join Wi-Fi network &...
4
votes
2
answers
1k
views
How to disconnect from a joinOnce NEHotspotConfiguration?
I'm able to successfully connect to our IOT device's hotspot using NEHotspotConfiguration, however we need to be able to disconnect from the hotspot when they cancel the setup process.
Calling ...