I have a very simple app flow. ParentVC and ChildVC. In the ParentVC, I have a collection view and on its didSelectItem, the ChildVC opens up with the relative content. Now I have used iOS 14 WidgetKit to create Small & Medium size widgets which when app goes to background, stores the PageTitle of of the ChildVC and shows that on the WidgetUI.
My requirement is: How can I open that particular ChildVC when I tap on the Widget?
PS: I am using AppDelegate and not SceneDelegate.