Handling audio interruptions is key to improving user experience of your app. This article describes how to handle such interruptions gracefully
Tag: AVPlayer
How to get media duration from your iOS video player (AVPlayer)
Building a video player to stream content is absolutely amazing, however your customer experience is only as good as how accurate the information that is presented to them. I have had challenges putting accurate data in front of the user, and here is how overcame this challenge when using AVPlayer in iOS apps.