Is there any equivalent of Services of Android in iOS?

前端 未结 3 494
感情败类
感情败类 2021-02-07 13:40

I want to check the database in my app every 12 hrs for rows with date column having corresponding date. This is accomplished by writing service in android. But is there any equ

3条回答
  •  忘了有多久
    2021-02-07 13:57

    In iOS7 and later you can use background fetch for this task. You can check this tutorial: http://code.tutsplus.com/tutorials/ios-7-sdk-working-with-background-fetch--mobile-20520

提交回复
热议问题