In my app I want to be able to play audio files from Google Drive. I do it like this:
import AVKit class MyVC: UIViewController { ... var player: AVPlayer! .