ReplayKit's RPSystemBroadcastPickerView not showing preferredExtension

后端 未结 5 1272
名媛妹妹
名媛妹妹 2021-02-07 08:15

I am using RPSystemBroadcastPickerView to show a picker view, from which a user can select a broadcast service to record the screen. Based on documentation, p

5条回答
  •  春和景丽
    2021-02-07 08:58

    I have the same issue, looks like Xcode has some issues how to install broadcastExtension with you app. For me, It is related only for Debug mode. To see correct UI, try to enable broadcasting once in old way (control center -> deep touch -> start broadcast), after that in your BroadcastPickerView you will see correct UI (you are pushing iOS to update information about the extension). Cannot reproduce in release mode.

提交回复
热议问题