As of late in iOS apps,
AppDelegate#willContinueUserActivityWithType
and
AppDelegate#proceed#restorationHandlers
are merely it appears not / by no means? referred to as if you click on a common hyperlink.
As a substitute,
SceneDelegate#proceed
and
SceneDelegate#willContinueUserActivityWithType
are referred to as.
That is nice however,
-
is there in truth a option to get the AppDelegate referred to as (“like within the outdated days”) reasonably than the SceneDelegate? What causes the duality? Is there a hazard of them BOTH being referred to as?
-
are there maybe some circumstances the place SceneDelegate is NOT referred to as, and it does revert to AppDelegate being referred to as?
Are you able to these days reliably depend on SceneDelegate being referred to as with common hyperlinks, and neglect about AppDelegate?