Detect (listen to) audio route change in iOS 7

前端 未结 2 1388
-上瘾入骨i
-上瘾入骨i 2021-01-03 23:01

Just starting development for iOS 7, and found that AudioSession related functions and PropertyListeners are deprecated in iOS 7.

Before I use the following method

2条回答
  •  失恋的感觉
    2021-01-03 23:33

    handle the notification AVAudioSessionRouteChangeNotification (Available in iOS 6.0 and later.)

提交回复
热议问题