Deep linking is mandatory if you want your users engaging with your app.
Once you’ve set up the URL types in your Info.plist, deep links enter your app via the SceneDelegate or an onOpenURL SwiftUI modifier.
A deep link handler has two parts to its interface: accepting a deep link, and... See more