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 は正常に動作しています) 私のアプリのユーザーから、オーディオが機能しなくなったという報告が 2 件あります。
AVFoundation ライブラリの AVAudioPlayer を使用しています。
他の誰かが同様の問題を経験していますか。
今何をする?
あなたのaudioPlayerにもこのコードを与えてください
[[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayback error:nil];
問題が解決することを願っています。