热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

如何在iOS10beta中测试ReplayKit广播?-HowtotestReplayKitbroadcastinginiOS10beta?

Ifollowedthestepsinhttps:developer.apple.comvideosplaywwdc2016601totestbroadcastingo

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

我按照https://developer.apple.com/videos/play/wwdc2016/601/中的步骤在上一个iOS 10测试版中测试ReplayKit的广播。

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

我安装了一些流媒体应用程序,如Mob Crush,SHOWROOM和live.ly,但仍然暗示没有直播流媒体应用程序。

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

有谁知道如何在iOS 10测试中测试ReplayKit广播?

Thanks in advance!

提前致谢!

No live streaming app found.

1 个解决方案

#1


2  

I've just got an answer from Apple's dev team:

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

"Create a separate Test App which includes an empty Broadcast UI Extension and Broadcast Upload Extension. This will provide some rudimentary logging and allow you to see that the broadcast is taking place. Broadcast Extension Templates can be added to an existing iOS or tvOS project by adding a new Target in Xcode (File->New->Target->iOS or ->tvOS) and selecting Broadcast UI Extension and Broadcast Upload Extension. We recommend adding these extensions to a separate Test App (such as a newly created Xcode Game Template project, File->New->Project->iOS->Game) so you do not inadvertently include empty broadcast extensions with your final app submission."

“创建一个单独的测试应用程序,其中包括一个空的广播UI扩展和广播上传扩展。这将提供一些基本的日志记录,并允许您看到正在进行广播。广播扩展模板可以添加到现有的iOS或tvOS项目中在Xcode中添加一个新目标(文件 - >新建 - >目标 - > iOS或 - > tvOS)并选择广播UI扩展和广播上传扩展。我们建议将这些扩展添加到单独的测试应用程序(例如新创建的Xcode游戏)模板项目,文件 - >新建 - >项目 - > iOS->游戏),这样您就不会在最终的应用程序提交时无意中包含空的广播扩展。“

I've tested and it work for us.

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


推荐阅读
author-avatar
mobiledu2502917073
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有