//想要跳转的界面
SeekDetailsViewController *vc = [[SeekDetailsViewController alloc] init];
[self.window.rootViewController presentViewController:vc animated:YES completion:^{
NSLog(@"推送跳转成功");
}];
//想要跳转的界面
SeekDetailsViewController *vc = [[SeekDetailsViewController alloc] init];
[self.window.rootViewController presentViewController:vc animated:YES completion:^{
NSLog(@"推送跳转成功");
}];