Following this unity tutorial: https://docs.unity3d.com/Manual/AppThinning.html
We are trying to use on demand resources for an app to fit the 200mb limit for the apple store.
assets are tagged for the asset bundle
asset bundle is built
on demand resources are enabled
xcode on demand resources are enabled
appleconnect lists an asset pack
testflight app works on our test phone (multiple build have been tested on this phone)
ODR does not work on apple’s end for submission review ERROR: On Demand Resource request failed: The requested application data doesn’t exist
Current iOS that we have testing is 12.3. Xcode version 11.4. Unity version 2019.2.17
Could it be possible that the test iphone has the bundle cached and therefore does not encounter this error. Before every test, the previous build is deleted.
From the error it seems that the bundle is not being hosted. The test phone will be updated to 13.4 in the meantime, but it seems an important step is missing.
We have scoured the internet for a few weeks with no results, so if anyone has information, it would highly appreciated.