WidgetKit opens iOS app, but the NSUserActivity doesn't contain the url that opened the app.

Anyone integrated #WidgetKit open actions with a Swift app? NSUserActivity doesn't contain the url?

Info
I have a Swift app with the AppDelegate as the main entry point (not a scene-based app).

Has someone faced this issue?
Thanks,
P
Hi imperium, if your app is launched via URL it will receive either UIApplicationDelegate.application(_:open:options:) or UISceneDelegate.scene(_:openURLContexts:) and UISceneDelegate.scene(_:willConnectTo:options:), depending on whether it is using the new UIScene lifecycle or not.
WidgetKit opens iOS app, but the NSUserActivity doesn't contain the url that opened the app.
 
 
Q