gpt4 book ai didi

iPhone开发: launching app on receiving push notification

转载 作者:行者123 更新时间:2023-11-29 03:46:19 24 4
gpt4 key购买 nike

在我的应用程序中,我可以成功接收推送通知。但是,如果应用程序在后台,当我打开应用程序时,我会看到应用程序的最后状态。我想要的是,即使应用程序在后台运行,打开通知也应该重新启动应用程序,就像第一次打开应用程序一样。这可能吗?

最佳答案

在您的 AppDelegate 中,您可以对收到通知使用react,并以适合您的应用的方式恢复应用程序状态。

例如,如果您的主视图 Controller 是 UINavigationController 并且用户可能已在 View 层次结构中向下导航,则您可以直接弹回到导航 Controller 的 rootViewController:

 [[self navigationController] popToRootViewControllerAnimated:YES];

关于iPhone开发: launching app on receiving push notification,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17716357/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com