flutter_uploader icon indicating copy to clipboard operation
flutter_uploader copied to clipboard

Unable to upload app to app store: Info.plist key 'BGTaskSchedulerPermittedIdentifiers' must contain a list of identifiers ...

Open KonAtPropertyMe opened this issue 4 years ago • 6 comments

After building and sending to the app store the build is rejected because of:

App Store Connect Operation Error: ERROR ITMS-90771: "Missing Info.plist value. The Info.plist key 'BGTaskSchedulerPermittedIdentifiers' must contain a list of identifiers used to submit and handle tasks when 'UIBackgroundModes' has a value of 'processing'. For more information, refer to the Information Property List Key Reference at https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Introduction/Introduction.html."

What are the identifiers that need to be supplied for this plist array?

KonAtPropertyMe avatar Jun 22 '20 06:06 KonAtPropertyMe

I got the same error

scofield-hello avatar Aug 10 '20 05:08 scofield-hello

Hi @scofield-hello, I just added the following to the runner info.plist and it went away: <key>BGTaskSchedulerPermittedIdentifiers</key> <array> <string>com.your.app.identifier</string> </array>

KonAtPropertyMe avatar Aug 11 '20 01:08 KonAtPropertyMe

it works for me, thanks !

scofield-hello avatar Aug 11 '20 02:08 scofield-hello

It works for me as well ,Thanks They Should update their documentation

jayant1441 avatar Aug 21 '20 12:08 jayant1441

Also, the plugin is not working in ios. any suggestions

jayant1441 avatar Aug 21 '20 12:08 jayant1441

@jayant1441 thank you for your comments - please open a separate ticket for any iOS issues (please also test using the latest beta). We do appreciate a PR rgd. missing documentation. 👍

ened avatar Oct 04 '20 17:10 ened