Test & Debug a Background Task | raywenderlich.com

In this episode, explore all the ways of testing a background task. It can be quite daunting when you have done all this logic and wonder what is the best way to make sure this happens in the cirumstances you want.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/21242372-background-tasks-in-ios/lessons/5

Hi, thanks for the course. I’m still missing a few things:

  1. How to actually test/ visually check that list was updated in the app after update under url?
  2. How to handle lack of internet so the user knows what to do in order to have up-to-date list?
  3. How background tasks differ from tasks that run on app start?
    Thank you

Background tasks or apprefresh never fires. Had to move to the registers to the appdelegate since it says they have to be registered before the app finishes loading.

I see someone else has left a comment and no response, You guys need to get better at responding.