Hi, I am working on a app that tries to connect the iPhone to the Wifi network provided the SSID and password.
I have used NEHotspotConfiguration and majiority of the times, it works as expected -> the Wifi connection is established.
However, sometimes the system shows the following popup (although the SSID and Passwords are valid):
I need to detect programmatically (in swift) if the system has presented this specific popup. How can I achieve this?
Gone through so many Q/A but failed to get any solutions... Anyone?
Thank you.