DOUAudioStreamer
DOUAudioStreamer copied to clipboard
Background play on iOS 7
Thank for great library, but when I download and run the demo, streamer can not continue playing in background mode on iOS 7 but it can on iOS 8. Can you fix this quickly. Thanks, again!
add UIBackgroundModes to Info.plist
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>

@cute : Thanks, I have already add UIBackgroundModes to Info.plist but still not working on iOS 7. Have you test this?