When I tap on a widget, it goes directly to my app. However, I am wondering how do I deep link to various screens in my app from a widget. Is there some sort of NSUserActivity I can read?
How to navigate from Widgets
Recommended
There are 2 APIs at your disposal and are discussed in the Meet WidgetKit talk. You may annotate an entire widget using the widgetURL modifier API, and in systemMedium and systemLarge you may use the Link API in SwiftUI to have ‘sub-links’