You need to handle the jump yourself based on the information in the Notification when you enter the App. Here is a simple idea: after you click on the notification to enter the App, the Notification you get tells you to jump to a Detail page and brings you the corresponding data interface. Then you present a Detail page from the current page and pass Notification can load data into your data interface.
You need to handle the jump yourself based on the information in the Notification when you enter the App. Here is a simple idea: after you click on the notification to enter the App, the Notification you get tells you to jump to a Detail page and brings you the corresponding data interface. Then you present a Detail page from the current page and pass Notification can load data into your data interface.
Does anyone know?
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo
- (void)application:(UIApplication *)application didReceiveLocalNotification:(UILocalNotification *)notification
It can be done in AppDelegate
You can check the relevant tutorials