The following code has been deprecated in iOS 7:
AudioSessionSetProperty (kAudioSessionProperty_AudioCategory, sizeof (category), &category);
AudioSessionSetActive (true);
Anyone know what the replacement is?
The following code has been deprecated in iOS 7:
AudioSessionSetProperty (kAudioSessionProperty_AudioCategory, sizeof (category), &category);
AudioSessionSetActive (true);
Anyone know what the replacement is?