Sganga61 Member Licensed User Longtime User Mar 19, 2025 #1 Hi after the iPhone s.o. update my app stop to working all the App.OpenUrl function. I use this funcion to call number "App.OpenUrl("telprompt:" & Telephone.text)" Navigate "App.OpenURL("https://www.google.com/maps/place/" & GOLAT & "," & GOLON) Open web site "App.OpenURL("https://www.instagram.com")" None happen and no error code fired Any Idea?
Hi after the iPhone s.o. update my app stop to working all the App.OpenUrl function. I use this funcion to call number "App.OpenUrl("telprompt:" & Telephone.text)" Navigate "App.OpenURL("https://www.google.com/maps/place/" & GOLAT & "," & GOLON) Open web site "App.OpenURL("https://www.instagram.com")" None happen and no error code fired Any Idea?
A Alex_197 Well-Known Member Licensed User Longtime User Mar 19, 2025 #2 Sganga61 said: Hi after the iPhone s.o. update my app stop to working all the App.OpenUrl function. I use this funcion to call number "App.OpenUrl("telprompt:" & Telephone.text)" Navigate "App.OpenURL("https://www.google.com/maps/place/" & GOLAT & "," & GOLON) Open web site "App.OpenURL("https://www.instagram.com")" None happen and no error code fired Any Idea? Click to expand... Do you mean that the app doesn't start or some functions stopped working? If the app doesn't start - check if the bridge is working. If not - reinstall the bridge. Upvote 0
Sganga61 said: Hi after the iPhone s.o. update my app stop to working all the App.OpenUrl function. I use this funcion to call number "App.OpenUrl("telprompt:" & Telephone.text)" Navigate "App.OpenURL("https://www.google.com/maps/place/" & GOLAT & "," & GOLON) Open web site "App.OpenURL("https://www.instagram.com")" None happen and no error code fired Any Idea? Click to expand... Do you mean that the app doesn't start or some functions stopped working? If the app doesn't start - check if the bridge is working. If not - reinstall the bridge.
Sganga61 Member Licensed User Longtime User Mar 19, 2025 #3 Alex_197 said: Do you mean that the app doesn't start or some functions stopped working? If the app doesn't start - check if the bridge is working. If not - reinstall the bridge. Click to expand... Alex the app works fine. All the function who call app.openurl don't made any operation. The App.canOpenUrl function answer with true but no event is fired and no error is show Upvote 0
Alex_197 said: Do you mean that the app doesn't start or some functions stopped working? If the app doesn't start - check if the bridge is working. If not - reinstall the bridge. Click to expand... Alex the app works fine. All the function who call app.openurl don't made any operation. The App.canOpenUrl function answer with true but no event is fired and no error is show
b4x-de Active Member Licensed User Longtime User Mar 19, 2025 #4 Seems to be deprecated and is no longer supported in iOS18: https://developer.apple.com/documentation/uikit/uiapplication/openurl(_:) This issue is also reported by other users on iOS18 i.e. on StackOverflow: https://stackoverflow.com/questions/79002378/ios-18-0-shared-extention-open-app-url-cant-work If this is the root cause of the problem and you are using the latest version of B4i already, then only Erel can help with the next update. Upvote 0
Seems to be deprecated and is no longer supported in iOS18: https://developer.apple.com/documentation/uikit/uiapplication/openurl(_:) This issue is also reported by other users on iOS18 i.e. on StackOverflow: https://stackoverflow.com/questions/79002378/ios-18-0-shared-extention-open-app-url-cant-work If this is the root cause of the problem and you are using the latest version of B4i already, then only Erel can help with the next update.
Erel B4X founder Staff member Licensed User Longtime User Mar 20, 2025 #5 It is related to the update to Xcode 16 (builder1 only for now). I've updated the hosted builder library and it should work now. Upvote 0
It is related to the update to Xcode 16 (builder1 only for now). I've updated the hosted builder library and it should work now.
Sganga61 Member Licensed User Longtime User Mar 24, 2025 #6 Hi Erel the problem is solved using the hosted builder secondary! Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Mar 25, 2025 #7 Sganga61 said: the problem is solved using the hosted builder secondary! Click to expand... This is a temporary solution as the second builder will be updated to Xcode 16 soon. The issue with App.OpenUrl should be resolved. Upvote 0
Sganga61 said: the problem is solved using the hosted builder secondary! Click to expand... This is a temporary solution as the second builder will be updated to Xcode 16 soon. The issue with App.OpenUrl should be resolved.