Hi, I'm trying to make an existing iOS 7 app compatible with the iOS 6.1. The app is using AVPlayer to play a streamed content. I've read that the AVPlayer's volume property is only available in iOS 7 onwards. Trying to change the volume (through a UISlider) causes the app to crash.
Is there any workaround to change volume of an AVPlayer instance?
Is there any workaround to change volume of an AVPlayer instance?