嗨,我想知道当我从推送通知启动应用程序时调用了哪个应用程序委托方法(该应用程序先前位于后台吗?) 最佳答案 在您的AppDelegate中实现didReceiveLocalNotification:方法。- (void)application:(UIApplication *)app didReceiveLocalNotification:(UILocalNotification *)notif { // Handle the notification here }