Questions about On Demand Resources

Hi,Apple I am using On Demand Resources ,and I have some questions above:  1.I tagged some Resources as "Prefetch tag order". Are these "Prefetch tag order" resources downloaded automatically by iOS system immediately once App is installed?Even though App was not launched by users finger? 2.To download "Prefetch tag order" resources, Does Developer need write specific codes to invoke ? 

Replies

Hello!

  1. Yes, any resources you tag as prefetch will begin downloading in the background as soon as the app installation has finished (not the app is first launched)

  2. No code is necessary to trigger the download. However, to access the resource, you'll need to call beginAccessingResource(), just as you would for any resource tagged for ODR.

Hope that helps!