AlvaroFranco / AFSoundManager

iOS audio playing (both local and streaming) and recording made easy
MIT License
807 stars 131 forks source link

[[AFSoundManager sharedManager]forceOutputToBuiltInSpeakers] not working #29

Closed hcivelek closed 9 years ago

hcivelek commented 9 years ago

I try to force built in speaker when headphone jack plugged in, but nothing happen. Did I miss something?

AlvaroFranco commented 9 years ago

Looks like it broke down on iOS 8, I'm looking into it.

hcivelek commented 9 years ago

Thank you, I'll wait for your reply :)

AlvaroFranco commented 9 years ago

I haven't been able to find a workaround on iOS 8. I've dropped that feature support on the version since almost nobody was using it. Still, if you need that even for iOS 7, it's pretty easy to implement it by yourself, just import AFAudioRouter