Error while AppStore Connect Upload

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?

Answered by DTS Engineer in 871673022

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:

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

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:

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Error while AppStore Connect Upload
 
 
Q