Post

Replies

Boosts

Views

Activity

Comment on AVAudioSession.interruptionNotification only delivered once
I read the doc. I don't get an end interruption when the caller cancels. Don't get subsequent begin interruption notifications for calls after the first one. How is that not a bug? Repro steps are: Paste code above into Xcode iOS app template and run Call from another phone Observe: begin interruption notification received Tap to ignore the call. Observe: end interruption notification received Call again Observe: no begin/end interruption notifications received
1w