AVPlayer: AirPlay button shows up in control center even though allowsExternalPlayback is set to NO

耗尽温柔 提交于 2019-12-11 02:49:47

问题


I've got an instance of AVPlayer which plays some media, but I don't want user to be able to stream it via AirPlay. So I set allowsExternalPlayback property of AVPlayer to NO. However it doesn't seem to affect AirPlay button in control center, so it stays visible. Is there any way to hide the button?

来源:https://stackoverflow.com/questions/30755169/avplayer-airplay-button-shows-up-in-control-center-even-though-allowsexternalpl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!