I have an old app I am updating, upon submission, it was rejected (App completeness) because the button to open external URL was not working.
I have been running test for the past two hours but nothing seems to work. I switched between secondary and primary Hosted build servers but it still not working.
I am using B4i Version 8.51 and iPhone XR (iOS Version 18.4.1)
At least on iOS v18.1 code below do nothing. #QueriesSchemes: https If Main.App.CanOpenURL("https://www.example.com") Then ' The result is TRUE Main.App.OpenURL("https://www.example.com") ' This line is executed but nothing happened End If Tested on real device and simulator. Any...