I'm working on a UIKit-based App Clip and full app that respond to app-based life-cycle events. The clip looks fine, it launches correctly. However, when I take a screenshot, the method application(_:continue:restorationHandler:) is triggered again (the activity is the same that triggered the clip in the first place, and type is NSUserActivityTypeBrowsingWeb). Is this a known issue?
Taking a screenshot triggers application(_:continue:restorationHandler:) on AppClip
Add a Comment