Thanks for being a part of WWDC25!

How did we do? We’d love to know your thoughts on this year’s conference. Take the survey here

Broadcast Upload Extension

I am trying to use Broadcast upload extension but Broadcast picker starts countdown and stops (swiftUI).

Steps i followed.

  1. added BroadcastUploadExtension as target
  2. same app group for for main app and extension
  3. added packages using SPM

i seems the extension functions are not getting triggered, i check using UIScreen.main.isCaptured also which always comes as false.

i tried Using Logs which never Appeared.

The best first course of action here would be to use Console.app to monitor to the relevant processes related to your app and extensions.

A good way to start would be with filtering by the BundleID of the target and / or the target name itself (the process name).

Also be sure to check the system processes for additional information. This will vary based on what and where you are looking but some examples:
To debug APNS you'll want to monitor apd along with other relevant processes.
To debug WidgetKit, LiveActivities, Dynamic Island you'll want to monitor springboardd, liveactivitiesd along with other relevant processes.

Rico


WWDR | DTS | Software Engineer

Broadcast Upload Extension
 
 
Q