Meet Background Assets

RSS for tag

Discuss the WWDC22 Session Meet Background Assets

Posts under wwdc2022-110403 tag

22 Posts

Post

Replies

Boosts

Views

Activity

Background Assets: Any limit on number of scheduled downloads?
Is there a design limit on the number of concurrent scheduled downloads? For my app I want to download as many as 30K items, each of which comes from a separate URL. How can I most efficiently do that using Background Assets? Should I schedule all 30K URLs at once, or should I schedule in batches, waiting for each batch to complete? (This is usually content the user has specifically requested to be downloaded, is there any way I can indicate that to the OS, to increase the priority?)
2
0
1.7k
Jun ’22
Background Assets: Not work in iOS 16 developer beta 1?
I use Xcode 14 Beta to create a Background Download extension target for a simple test. But none of the extension callbacks is called after I install the debug version or ad-hoc version. I've checked the system console log for detail research but found nothing. Is there any debug tool to trigger this mechanism or sample project I can test?
Replies
4
Boosts
1
Views
2.4k
Activity
Jul ’22
Background Assets: Any limit on number of scheduled downloads?
Is there a design limit on the number of concurrent scheduled downloads? For my app I want to download as many as 30K items, each of which comes from a separate URL. How can I most efficiently do that using Background Assets? Should I schedule all 30K URLs at once, or should I schedule in batches, waiting for each batch to complete? (This is usually content the user has specifically requested to be downloaded, is there any way I can indicate that to the OS, to increase the priority?)
Replies
2
Boosts
0
Views
1.7k
Activity
Jun ’22