iOS Question Open Wifi settings

Jpiti

Member
Licensed User
Longtime User
Hello,

how can I open the iOS Wifi Settings from my app?

Is it possible with App.OpenURL ?
 

Jpiti

Member
Licensed User
Longtime User
Hello,
i have tried the code now, but it not works.

i have add #UrlScheme: prefs to the Project Attributes

but for example:
B4X:
Sub Button1_Click
App.OpenURL("prefs:root=WIFI")
End Sub
it dosen't work.

The code has been tested on a iPhone 5 with iOS 10.

Where is the error?
 
Upvote 0
Top