I would like to add a feature in my app, where a user browsing the web can press "Share" on the link, and when the normal apps come up, like "Messages", "Mail", "Instagram" etc., they can see my app, and when they tap it, I want to handle the url inside my app.
I've tried searching: "swiftui add link from safari to app" but I can only find handling deepLinks with onOpenURL
I'm assuming from the experience I get when I share a link to one of these apps, I have to build an extension for the SwiftUI app?
I was wondering if there are any solutions, or if I'm searching for this problem using the wrong terms.
Any help would be greatly appreciated, thank you!
