リリースしたiOSアプリの更新を行い審査を上げていたが
リジェクトされて返ってきた。
理由は下記。
Guideline 2.5.4 - Performance - Software Requirements
Your app declares support for audio in the UIBackgroundModes key in your Info.plist, but we were unable to play any audible content when the app was running in the background.
どうやら、xcodeでこのチェックが入っていることが影響しているらしい。
アプリがbackground musicを使用していない場合はチェックを外してビルドする。