Hi there! I noticed that broadcast extension was added into iOS demo app yesterday, but I can't install it.
The entitlements specified in your application’s Code Signing Entitlements file are invalid, not permitted, or do not match those specified in your provisioning profile.
GN command:
gn gen out/xcode_ios_arm64 --args='target_os="ios" target_cpu="arm64" rtc_apprtcmobile_broadcast_extension=true' --ide=xcode
I've change bundle identifiers of AppRTCMobile, AppRTCMobileBroadcastSetupUI, AppRTCMobileBroadcastUpload into valid values, and choose a valid developer team.