I also tried func application(_ application: UIApplication, continue userActivity: NSUserActivity) but this function doesn't seem like it was called when the user opened the app from the extension
Post
Replies
Boosts
Views
Activity
I also tried NSUserActivity when app launches but the launchOptions are equal to nil
I have a small question, how can I detect that the app was opened from the lockScreenCapture extension which method in the delegate I should use ? Plus I am using AVMulti so the user captures two images how can I access those images if there is only one url that stores the captured images for the lockScreenCapture extension ? @Frameworks Engineer
I think it could be better to add a note in the documentation because it's really misleading, specially that the old why isn't even mentioned in the documentation.