码迷,mamicode.com
首页 > 移动开发 > 详细

ios 后台模式

时间:2016-10-10 19:30:37      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:

1.在后台可以继续播放音频

To play sound in the background, make sure to add the following to the Info.plist file.

<key>UIBackgroundModes</key>
<array>
  <string>audio</string>
</array>

 

ios 后台模式

标签:

原文地址:http://www.cnblogs.com/hd1992/p/5946775.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!