Skip to main content

All Questions

Tagged with
4 votes
2 answers
1k views

SwiftUI macOS apps with App lifecycle are not triggering onOpenURL when receiving a Universal Link

I have a simple SwiftUI app with an onOpenURL handler to handle Universal Links, and my target is macOS: var body: some Scene { WindowGroup { ContentView() ....
dacasta's user avatar
  • 69