I'm trying to allow my iOS 14 WidgetKit to deep link to a specific ViewController in my app. The problem is that my app is built in UIKit and not SwiftUI, so I have an AppDelegate. Does that mean it's impossible?
Using widgetURL with AppDelegate and NSUserActivity
This configuration should work as expected. URLs from the widget should be passed to your AppDelegate's URL method. Or if you have a SceneDelegate, it will be passed to the openURLContexts method.