0

I have implemented Broadcast Upload Extension in our app. I am offering it to user through RPSystemBroadcastPickerView from my container app with preferredExtension set to our extension.

This is all working nicely. However now in my container App I would like to get a reference to that running Broadcast Upload Extension so from my container app I can react to the broadcast being started or stopped. How would I obtain such reference?

Jakub Holovsky
  • 6,543
  • 10
  • 54
  • 98

1 Answers1

0

Not possible, ended up communicating between the container app and the extension through App Groups and their NSUserDefaults (adding observer for keys).

Jakub Holovsky
  • 6,543
  • 10
  • 54
  • 98