Hi, community:
I was trying to move from application(_:open:options:)
(UIKit) to
onOpenURL(perform:)
(SwiftUI). Maybe there's something that I'm missing.
In UIKit you can say to the system that you won't handle the URL then the app is not opened, but when I use onOpenURL(perform:) it is always opened. Is there any way to achieve the same behavior?
Thanks in advance.