Hello,
I develop an app where user has to be connected to a specifically Wi-Fi network to get content. So, I use NetworkExtension to specify wifi network where I want to be connected and ask connection to the user from the app with NEHotspotConfiguration and NEHotspotConfigurationManager.
This Wi-Fi network should show a captive portal when the user is connected but it's only show when user goes to ios settings -> wifi. It's not showing directly from the app. Is there a solution for that ?
Thanks !