I am new in iOS and I am working on push notification. I have done with this by parse.com and it's working fine.
My problem is:
I have two UIViewController
. In first ViewController
a web service is called in viewDidLoad
method and fetch student data from server and display on tableview.
Then I select any student in tableview so it will navigate on second detailviewcontroller
where student details will be displayed.
Now I pressed home button and my application goes in background mode and the push notification is arrived.
Now I tap on application icon instead of notification view to show the updates.
Can anybody help me how can I handle this scenario because when user tap on application icon it will directly navigate on student detail view. How can I handle this push notification and update the student tableview?