exendahal / maui_wifi_manager

.NET MAUI Wi-Fi Manager is solution for Wi-Fi management features. With these APIs, effortlessly connect, add, and retrieve Wi-Fi network information in cross-platform MAUI applications.
https://github.com/exendahal/WifiManagerMAUI
MIT License
19 stars 5 forks source link

When app is in guided access on iOS, can't join to WI-FI network, dialog for confirmation not showing #16

Open basic-d opened 3 weeks ago

basic-d commented 3 weeks ago

I'm testing demo app from samples folder and everything works fine, but when I put app in guided access on iPad it can't connect to WI-FI network, because dialog for joining not opening.

Is there a way to overcome this obstacle?

exendahal commented 2 weeks ago

From what I understand, Guided Access would block the Wi-Fi connection popup because it’s typically linked to other apps, such as System Settings. I'm not aware of any way to bypass this.