开发者

Playing audio in Background(Iphone os 4.0)

开发者 https://www.devze.com 2023-01-07 07:06 出处:网络
How to play audio in b开发者_运维百科ackground in iphone os 4.0?Just set the UIBackgroundModes to audio in the info.plist.

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

精彩评论

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