通过本地通知启动已终止应用程序的正确方法

发布于 2024-11-26 15:40:23 字数 176 浏览 0 评论 0原文

应用程序终止后,我们可以使用本地通知开始运行应用程序吗?

我的问题是,当我的应用程序在后台运行并且本地通知出现时,该应用程序可以正常工作。

但是一旦应用程序被杀死或从后台终止,然后如果出现本地通知,那么我的应用程序就会崩溃。

可以做什么?

请帮助和建议

谢谢

Can we start running the app using Local Notification once the app is terminated?

My problem is that when my app is in background and the local notifications come then the app works fine.

but once app is killed or terminated from background and then if local notifications come, then my app crashes.

What could be done?

Please Help and Suggest

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

你的心境我的脸 2024-12-03 15:40:24

在你的

didFinishLaunchingWithOptions

如果收到本地通知,您应该在应用程序委托中的 方法中处理启动应用程序。你在这样做吗?

in your

didFinishLaunchingWithOptions

method in the app delegate you should handle launching the application if the local notification was received. Are you doing that?

假扮的天使 2024-12-03 15:40:24

要寻找的区域肯定是 didFinishLaunchingWithOptionslaunchOptions

The area to look for is definitely launchOptions for didFinishLaunchingWithOptions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文