R Ramezanpour Active Member Licensed User Longtime User Apr 30, 2015 #1 Hi How to open iOS setting ? I want to open General --> Software update
Erel B4X founder Staff member Licensed User Longtime User May 1, 2015 #2 The code posted here opens your app settings page: https://www.b4x.com/android/forum/threads/open-default-settings-app.51115/#post-319865 (iOS 8+). I don't think that there is a URL for other pages. Upvote 0
The code posted here opens your app settings page: https://www.b4x.com/android/forum/threads/open-default-settings-app.51115/#post-319865 (iOS 8+). I don't think that there is a URL for other pages.
R Ramezanpour Active Member Licensed User Longtime User May 1, 2015 #3 Erel said: The code posted here opens your app settings page: https://www.b4x.com/android/forum/threads/open-default-settings-app.51115/#post-319865 (iOS 8+). I don't think that there is a URL for other pages. Click to expand... There's address at the following link: http://stackoverflow.com/questions/8246070/ios-launching-settings-restrictions-url-scheme but dont work with : B4X: App.OpenURL("") for example : B4X: App.OpenURL("prefs:root=General&path=SOFTWARE_UPDATE_LINK") dont work Upvote 0
Erel said: The code posted here opens your app settings page: https://www.b4x.com/android/forum/threads/open-default-settings-app.51115/#post-319865 (iOS 8+). I don't think that there is a URL for other pages. Click to expand... There's address at the following link: http://stackoverflow.com/questions/8246070/ios-launching-settings-restrictions-url-scheme but dont work with : B4X: App.OpenURL("") for example : B4X: App.OpenURL("prefs:root=General&path=SOFTWARE_UPDATE_LINK") dont work
Erel B4X founder Staff member Licensed User Longtime User May 3, 2015 #4 Did you see the first bold sentence in this answer? Upvote 0
R Ramezanpour Active Member Licensed User Longtime User May 3, 2015 #5 Erel said: Did you see the first bold sentence in this answer? Click to expand... Excuse me. Is there another way to do this? For example, open the General settings or update the system Upvote 0
Erel said: Did you see the first bold sentence in this answer? Click to expand... Excuse me. Is there another way to do this? For example, open the General settings or update the system
Erel B4X founder Staff member Licensed User Longtime User May 3, 2015 #6 As I wrote in my previous answer I don't think that it is possible. Upvote 0