I'm using the BackgroundAssets framework to download data for my app. Since updating to the iOS 16.4 SDK, Apple is rejecting my app from being uploaded to testflight with the following error:
Missing Info.plist value. The extension at <app extension> requires the BAInitialDownloadRestrictions.BAEssentialDownloadAllowance key to be present in the app's Info.plist.
Unfortunately, the BAEssentialDownloadAllowance
key doesn't exist in the documentation for BackgroundAssets seen here: https://developer.apple.com/documentation/bundleresources/information_property_list/bainitialdownloadrestrictions
Does anyone know what this key is for? I can't find any info online