How to navigate from Widgets

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?
Answered by Frameworks Engineer in 614328022
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’
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’
How to navigate from Widgets
 
 
Q