Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以在前台应用程序中使用 beginInterruption 和 endInterruption 处理呼叫中断,但是当我的应用程序在后台时,我应该如何处理呼叫中断?
据我了解iOS中的后台处理,当您的应用程序进行后台处理时,呼叫中断不适用。如果您的应用程序未注册任何后台处理,那么它肯定不会收到任何通知/中断。
让寻找中断状态的中断处理程序是 kAudioSessionBeginInterruption 和 kAudioSessionEndInterruption。这应该够了吧。
在此处理程序中执行任何处理(用于中断处理)。