gpt4 book ai didi

ios - UNUserNotificationCenterDelegate didReceive 当应用程序未运行时未调用本地通知的响应

转载 作者:行者123 更新时间:2023-11-30 11:53:28 24 4
gpt4 key购买 nike

我正在尝试使用新的 UserNotifications 框架进行本地通知。单击/打开通知时,我将用户重定向到不同的 View Controller 。 UNUserNotificationCenterDelegate didReceive 方法未正确处理通知。

当通知位于前台,然后单击它时,它会重定向到右侧 View Controller ,但是,当应用程序关闭并打开通知时,应用程序会启动,但会显示主视图 Controller .

最佳答案

问题实际上并不在于 didReceive,而是在于 View Controller 进行转换的方式,因为方法在完成之前返回。

我正在以编程方式模拟正常的用户流程。问题是 tableview:didselectRowAt 在执行其中的 performSegue 方法之前返回。

我最终手动加载 VC,并显式调用 UInavigationController:pushViewController(vc:animated:) 将它们推送到导航堆栈上。

关于ios - UNUserNotificationCenterDelegate didReceive 当应用程序未运行时未调用本地通知的响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48093981/

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