后台刷新应用程序

时间:2018-12-18 06:31:13

标签: ios swift

我正在尝试在iOS App中实现后台刷新。我需要根据位置调用一个类调用“ updatedropinanddropout”。我在应用程序处于前台时添加了计时器类,它可以正常工作,当应用程序进入后台时,则无法正常工作。我的意思是我不能上课。

Timer.scheduledTimer(timeInterval: 4, target: self, selector: #selector(runCode), userInfo: nil, repeats: true)

我已经阅读过苹果文档func setMinimumBackgroundFetchInterval(_ minimumBackgroundFetchInterval: TimeInterval) 我不知道如何使用此功能

0 个答案:

没有答案