3

I followed the steps in https://developer.apple.com/videos/play/wwdc2016/601/ to test broadcasting of ReplayKit in the last iOS 10 beta.

I installed some live streaming apps like Mob Crush, SHOWROOM and live.ly, but still get hint that there are no live streaming apps.

Does anyone know how to test ReplayKit broadcasting in iOS 10 beta?

Thanks in advance!

No live streaming app found.

4

1 回答 1

2

我刚刚得到了 Apple 开发团队的答复:

“创建一个单独的测试应用程序,其中包括一个空的广播 UI 扩展和广播上传扩展。这将提供一些基本的日志记录,并允许您看到广播正在发生。广播扩展模板可以通过以下方式添加到现有的 iOS 或 tvOS 项目中在 Xcode 中添加新的 Target(File->New->Target->iOS 或 ->tvOS)并选择 Broadcast UI Extension 和 Broadcast Upload Extension。我们建议将这些扩展添加到单独的 Test App(例如新创建的 Xcode Game模板项目,文件->新建->项目->iOS->游戏),因此您不会在最终的应用程序提交中无意中包含空的广播扩展。”

我已经测试过了,它对我们有用。

于 2016-09-01T08:13:00.287 回答