Hell Apple Developer Community,
I need help with the Upload of my Project to AppStore Connect. I’ve got an Error Message, that tells me something is missing in the Info.plist file. Can somebody help me?
So one of the following must be true:
- You want to use the Background Tasks framework to run long-running tasks via
BGProcessingTask. - Or you don’t.
If you do, add the BGTaskSchedulerPermittedIdentifiers property to your Info.plist and populate it with the list of background task identifiers you use.
If you don’t:
- Remove the
processingvalue from theUIBackgroundModesproperty in yourInfo.plist. - Remove any code that uses
BGProcessingTask.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"