As stated in Apple's documentation the NSUserActivity is available in Scene Delegate callback
Here the actual wording
Can you please confirm this issue and when is it going to be resolved?
Code Block func scene(_ scene: UIScene, continue userActivity: NSUserActivity)
Here the actual wording
I have this demo app posted in GitHub, and sometime after iOS 14 Beta 5 the Scene Delegate here stopped getting called back.For a UIKit-based app clip and full app that support scene-based app life-cycle events, implement the callbacks defined in UISceneDelegate. For example, implement scene(_:continue:) callback to access the user activity object.
Can you please confirm this issue and when is it going to be resolved?