J Jpiti Member Licensed User Longtime User Nov 4, 2016 #1 Hello, how can I open the iOS Wifi Settings from my app? Is it possible with App.OpenURL ?
JanPRO Well-Known Member Licensed User Longtime User Nov 4, 2016 #2 Hi, add #UrlScheme: prefs to your Project Attributes section, and use the following code: B4X: App.OpenURL("prefs:root=WIFI") Jan Upvote 0
Hi, add #UrlScheme: prefs to your Project Attributes section, and use the following code: B4X: App.OpenURL("prefs:root=WIFI") Jan
J Jpiti Member Licensed User Longtime User Nov 7, 2016 #4 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
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?
Erel B4X founder Staff member Licensed User Longtime User Nov 7, 2016 #5 Seems like it was removed in iOS 10: https://forums.developer.apple.com/thread/49664 Upvote 0