Post

Replies

Boosts

Views

Activity

Reply to Can't hear CAF Audio in running app
I added do { try AVAudioSession.sharedInstance().setCategory(AVAudioSession.Category.playback) } catch { print("could not set session. err:\(error.localizedDescription)") } do { try AVAudioSession.sharedInstance().setActive(true) } catch { print("could not active session. err:\(error.localizedDescription)") } to the main UIViewController
Dec ’23