On iOS, fixed a bug where putting a Unity app into the background could stop 3rd party audio code being used. This is because we were making AVAudioSession state changes that interrupted the 3rd party audio code's playback. These AVAudioSession changes are unnecessary for playback-only apps.