What is the correct way to automate an iOS build upload to AppStoreConnect that uses On-Demand Resources? The tools/solutions I have tried are App Center
and xcrun
cli which only allow uploading an *.ipa
.
My understanding is that the ODR resources will not be included in the ipa
as it should contain everything except for Resources used as Download on Demand
. There is no ASSET_PACK_MANIFEST_URL_PREFIX
set as I want to use Apple's Hosting solutions (which happens if an upload is done manually through Xcode). EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE
set to YES
will embed the ODR into the ipa
but this will increase its size and I "assume" then cause the assets that we're initially Download on Demand
to be downloaded by the user in a production setting (TestFlight/AppStore) with the app download.