AVPlayer not playing MP3 audio file in documents directory iOS
问题 I'm using AVPlayer to play a MP3 located in the documents directory (file is confirmed to be in there) - I load the AVPlayerItem wait for the AVPlayerItemStatusReadyToPlay then instantiate the AVPlayer with the item and play. The AVPlayerItemStatusReadyToPlay does get called, but no audio actually plays, anyone have an idea why? - (void)checkFileExists { if (![[NSFileManager defaultManager] fileExistsAtPath:[self.urlForEightBarAudioFile path]]) { [self beginEightBarDownload]; } else { // set