开发者

Playing audio in Background(Iphone os 4.0)

How to play audio in b开发者_运维百科ackground in iphone os 4.0?


Just set the UIBackgroundModes to audio in the info.plist.

open the info.plist as plain text file and add

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

to your plist file and save it.

All the Best.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜