The documentation states:
"In most cases, the system does not relaunch apps after they are force quit by the user. One exception is location apps, which in iOS 8 and later are relaunched after being force quit by the user. In other cases, though, the user must launch the app explicitly or reboot the device before the app can be launched automatically into the background by the system."
Does this mean that applictions are woken up to refresh in the background even if the user haven't explicitly started them yet, but also (obviously) haven't force quit them? I.e. if a user reboots their phone, but doesn't launch my app, is it going to be able to refresh?