This question already has an answer here:
As the title implies: how do I open a specific viewcontroller when a user starts the app by swiping on a push notification?
Thanks!
This question already has an answer here:
As the title implies: how do I open a specific viewcontroller when a user starts the app by swiping on a push notification?
Thanks!
Do the following,
in your apps main view controller "viewDidLoad" method add an observer,
And also add a method
and add the below code in your "didReceiveRemoteNotification" method of Appdelegate class of your app