web-dev-qa-db-fra.com

iOS 13 Planifier des tâches d'arrière-plan iOS

J'implémente BackgroundTasks Framework pour mettre à jour les données. Mais j'ai le problème ci-dessous

Could not schedule refreshApp: Error Domain=BGTaskSchedulerErrorDomain Code=1 "(null)"
Could not schedule data featch: Error Domain=BGTaskSchedulerErrorDomain Code=1 "(null)"
2019-10-01 19:19:32.550320+0530 SOBackgroundTask[34131:1129470] Can't end BackgroundTask: no background task exists with identifier 3 (0x3), or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug.
6
Gurjinder Singh

Veuillez vérifier si vous n'avez pas enregistré BGTaskSchedulerPermittedIdentifiers dans le fichier info.plist de votre projet.

0
iCoder86