Open specific tab bar when receive push notification
问题 How can i open specific tab bar when receive push notification? i already put [self.tabBarController setSelectedIndex:2]; on viewDidAppear and what happen is in data logging, it showing that it passing through tabBar 2 viewController but it not open/showing that page and remain at the firstView controller/ first tabBar. and then after i terminate the app and open back, automatically/ suddenly it open the tabBar 2 viewController. can anyone give any idea or sample code to solve this? this is