Calling A Method At Specific Time Every Day

前端 未结 3 1914
臣服心动
臣服心动 2020-12-06 08:34

My app runs constantly in kiosk mode. Once every 24 hours at a specific time I need to sync some data from core data to a web service.

I know how to do the sync p

3条回答
  •  -上瘾入骨i
    2020-12-06 09:13

    Use Local Notifications. Here is a tutorial:http://www.icodeblog.com/2010/07/29/iphone-programming-tutorial-local-notifications/

    Hope this helps u to start...

    This as well:

    Local Notifications

    Background Tasks

提交回复
热议问题