an0
an0

Reputation: 17530

Will Background App Refresh launch app to do refresh after it is killed by user?

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

Answers (1)

demosten
demosten

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

Related Questions