1. 程式人生 > >app退出後,點選推送進入指定頁面

app退出後,點選推送進入指定頁面

//宣告一個字典
    NSDictionary* remoteNotification = [launchOptions objectForKey:UIApplicationLaunchOptionsRemoteNotificationKey];
    if(remoteNotification !=nil){
        [self goToMssageViewControllerWith:remoteNotification];
    }