flutter_uploader
flutter_uploader copied to clipboard
Unable to upload app to app store: Info.plist key 'BGTaskSchedulerPermittedIdentifiers' must contain a list of identifiers ...
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?
I got the same error
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>
it works for me, thanks !
It works for me as well ,Thanks They Should update their documentation
Also, the plugin is not working in ios. any suggestions
@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. 👍