I want to pause when an notification popup from the top of screen or when a call come in.
I use AVPlayer/AVPlayerItem.
How to implement it?
I want to pause when an notification popup from the top of screen or when a call come in.
I use AVPlayer/AVPlayerItem.
How to implement it?
For incoming call and your app is on the foreground you can check Call events in iPhone or iOS: showing an alert when getting a call?