Reply to [iOS 16.4 & iOS 17.1.1] Deeplink does not redirect into app My AppDelegate was not receiving deeplinks either but I found that you can do: view .onOpenURL { url in print(url) } This worked for me. XCode 15.2 & iOS 17.4 on iPhone 15 App & System Services Core OS Apr ’24