Reputation: 17530
My app is using Background App Refresh
. I'm not sure whether it will be launched by the system when the next refresh time comes if it is already killed by user from App Switcher.
Upvotes: 1
Views: 781
Reputation: 3381
According to WWDC 2013 video 204 What’s New with Multitasking:
If the user kills your app it will NOT be refreshed. If it is still in the multitasking tray (even in suspended state) it will be refreshed. The idea is that if user stops your application he/she doesn't need it to be refreshed.
Upvotes: 2