Skip to main content

All Questions

Tagged with
2 votes
1 answer
1k views

How to handle opening a URL to load a specific app screen?

I want to implement a functionality where when a user clicks a URL to reset their password, it directs them to the "PasswordReset" screen in my app. Currently, when I click the URL (ex: ...
Nadia Siddiqah's user avatar
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