Guys,
Does anyone know how to open setting?
I try the code below but the App is closed immediately
I want to send the user to setting when Bluetooth is off.
Testing using iPhone 5C, iOS 10.3.3
Thanks
Does anyone know how to open setting?
I try the code below but the App is closed immediately
B4X:
'try 2
If App.OSVersion >= 8 Then
App.OpenURL("app-settings:")
End If
'try 1
' App.OpenURL("app-settings:")
I want to send the user to setting when Bluetooth is off.
Testing using iPhone 5C, iOS 10.3.3
Thanks
Last edited: