gpt4 book ai didi

ios - swift : How to run a GET call in background and then show notifications

转载 作者:行者123 更新时间:2023-11-28 12:43:50 25 4
gpt4 key购买 nike

我正在制作一个显示来自网站/博客的数据的应用程序。用户可以关注任何作者。要求是,当应用程序进入后台时1)首先应该运行对数据的 GET 调用2)分析数据后,应显示适当的通知

我已阅读有关Background Fetch 的详细信息。但它指出操作系统将设置自己的时间来运行该代码。我检查了该应用程序,它在 3 天内只显示了一次通知。

谁能告诉我如何正确地进行后台获取并相应地显示通知。任何好的文章链接也将不胜感激。

最佳答案

你没看错,在 iOS 中你不能无限期地在后台运行,相反,iOS 会监控你的应用程序的使用模式,并在满足某些条件(如电池、时间等)时启动你的应用程序。

您可以查看此链接以了解有关后台执行的更多信息, https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BackgroundExecution/BackgroundExecution.html

具体实现可以看看下面的文章,真的很有用

https://www.raywenderlich.com/92428/background-modes-ios-swift-tutorial

https://www.appcoda.com/ios7-background-fetch-programming/

https://blog.newrelic.com/2016/01/13/ios9-background-execution/

希望对您有所帮助!

关于ios - swift : How to run a GET call in background and then show notifications,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38693844/

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