How to handle the transfer of main information when the application goes into the background?

Should I just continue the migration and then let iOS kill the app if the migration takes longer than the allotted time (5 seconds) [this will crash the log]

Or should I abort the application? [this will also crash the log]

+3


source to share


1 answer


Perhaps use beginBackgroundTaskWithExpirationHandler: to request more time?



+3


source







All Articles