标签: ios swift polling background-fetch
我想创建一个iOS应用程序,我的应用程序每分钟只在后台轮询公共REST API,如果来自REST API的数据符合我的条件,则给我本地推送通知。这是Apple可能允许的吗?
答案 0 :(得分:1)
没有。你不能每分钟在后台执行一次。请查看Apple关于后台执行的文档。
https://developer.apple.com/library/content/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BackgroundExecution/BackgroundExecution.html