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
Topic:
App & System Services
SubTopic:
Core OS
Tags: