Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从我的应用程序的用户那里收到了两份报告,在 iPad 3 上运行 iOS 5.1.1(iPad 1 和 2 工作正常),音频不再工作。
我正在使用 AVFoundation 库中的 AVAudioPlayer。
有没有其他人遇到过类似的问题。
现在做什么?
还为您的 audioPlayer 提供此代码
[[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayback error:nil];
希望它能解决你的问题。