Я создал приложение, которое загружает и анализирует XML-данные с сервера каждые 7 минут.
Я хочу, чтобы он работал в фоновом режиме большую часть времени, поэтому, если есть какие-либо изменения, это приложение может отправить локальное уведомление.
Я прочитал требования Apple для длительных фоновых задач, и нет соответствующей категории:
For tasks that require more execution time to implement, you must request specific permissions to run them in the background without their being suspended. In iOS, only specific app types are allowed to run in the background:
Apps that play audible content to the user while in the background, such as a music player app
Apps that keep users informed of their location at all times, such as a navigation app
Apps that support Voice over Internet Protocol (VoIP)
Newsstand apps that need to download and process new content
Apps that receive regular updates from external accessories
Любые советы?