Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ios: How to display "choose wireless connection" popup?

If there is no internet connection and you start for example the safari app with Ipad or Iphone, a popup appears saying: "Choose wireless network"

Is there a way to force this popup to show up in my app when I want to?

The problem is, I have a button in my app which connects the user to facebook. After pressing the button the safari browser opens and shows the facebook authorization page. If there is no internet connection this popup appears, but there is no way to turn back to the app from there. So currently I check internet connection before allowing this authorization page to appear, but I also want to show this popup.

like image 680
JayAr Avatar asked Jan 31 '12 13:01

JayAr


People also ask

Why does my iPhone keep asking me to select a wireless network?

The main reason why you keep getting the “Select a Wireless Network” message is because the feature that is responsible for prompting you with available wireless networks is enabled in your settings. To disable this feature, you need to go into your iPhone Settings and then tap on the Wi-Fi option.

How do I stop a wireless network from popping up?

Navigate to Start > Settings> Sounds and Notifications. Select the Notifications tab. Select Wireless Network Detected from the dropdown list. Tap Ring Type and select None from the list.

How do I trust a WIFI network on my iPhone?

Go to Settings > General > About. Select Certificate Trust Settings. Under "Enable full trust for root certificates," turn on trust for the certificate.


1 Answers

It will show up automatically if your app tries to access internet-based resource and there's no wifi connection established but there is a wifi access point nearby.

like image 174
Kyr Dunenkoff Avatar answered Oct 22 '22 15:10

Kyr Dunenkoff