I have successfully implemented the push notification part in my application. But I am facing the issues in handling the push notification flow.
My requirement is: after tapping on push notification, I want to navigate to the tabbar where my tabbar is far away from the root view. Please look the below flow. Sorry I dont have enough reputations to post my storyboard image.
root view controller | ---> controller 4 --> TABBAR CONTROLLER
---> login view controller | ---> controller 2
---> *side menu view controller | ---> controller 1
*(like Facebook side menu)
| ---> controller 3