Background Assets: Not work in iOS 16 developer beta 1?

Apple Recommended

  • Seems like still not working.

Add a Comment

Replies

Post Removed.

Great question! We recognize that this is a current limitation with developing a background assets extension. We're working on a solution that will help you trigger your extension entry points.

We'll update the documentation once the tool is available. [https://developer.apple.com/documentation/backgroundassets)

  • Seems like still not working.

Add a Comment

Seems like backgroundassets-debug is not working.

I use backgroundassets-debug -s --app-update --app-bundle-id *** --device-id yyy to test a new BackgroundDownloadHandler. But the console.app tells us that the extension is kill by SpringBoard.

Sandbox: hook..execve() killing com.abc.mtt.badownloadextension[pid=1169, uid=501]: outside of container && not a driver && !i_can_has_debugger

  • Thanks for letting us know, we're looking into this issue. It looks like your extension is crashing and that this isn't related to the new backgroundassets-debug tool. Feel free to also file a bug report so we can track external impact, and so you can be notified when the issue is resolved.

  • I create a new extension sample, then add some NSLog. Nothing special in the extension.

Add a Comment