标签: ios
我创建一个计时器,通过每3分钟打开GPS保持应用程序活着,然后上传数据。然后我发现计时器被暂停,但应用程序还活着。请有人告诉我吗?
答案 0 :(得分:-1)
你需要熟悉后台执行,这里有一些我到目前为止找到的有用的链接:
https://developer.apple.com/library/content/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BackgroundExecution/BackgroundExecution.html
https://blog.newrelic.com/2016/01/13/ios9-background-execution/
https://www.raywenderlich.com/143128/background-modes-tutorial-getting-started