I am trying to use SFSafariViewController
to 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 SFSafariViewController
and how to fix it?
source
share