Is it possible to have my closed app run code in iOS?

后端 未结 3 2033
暖寄归人
暖寄归人 2021-01-14 01:17

Let\'s say that my app in iOS is closed. Would it be possible to set it up so that it runs a piece of its code after a certain period of time?

3条回答
  •  不思量自难忘°
    2021-01-14 01:44

    You can have your app schedule push notifications, but you can't schedule it to run specific code unless it's running.

提交回复
热议问题