I am using handoff to communicate between glance and watchkit app in order to get called when tapping on glance; however, I have an issue as following. Watchkit app will dismiss or pop back all viewControllers that I have presented or pushed automatically, so it keeps showing the first (Main) viewController all the time when calling updateUserActivity:userInfo:webpageURL.
Previously, I can manage to stay on the previous page, but it seems impossible now.