SFSafariViewController redirection not working

I am trying to use SFSafariViewControllerto represent a form that a user must fill out. There is a back button on the form that launches the URL scheme that opens the application. The problem is that the method is application:openURL:options:not called when the URL is launched on the web page. When I used Safari to open the form instead SFSafariViewController, the circuit worked and the method was called application:openURL:options:.

Any ideas why the circuit is not working with SFSafariViewControllerand how to fix it?

+4
source share
1 answer

, , Safari, application:openURL:sourceApplication:annotation:. SFSafariViewController, application:openURL:options:. , ?

+1

Source: https://habr.com/ru/post/1609973/


All Articles