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.
iPodの再生/一時停止ボタンと同じように、現在iPodで再生中の音楽を一時停止および一時停止解除する機能が必要なIOSアプリに取り組んでいます。とにかくIOSを介してそれを行うことはありますか? これについて私が見つけた唯一の答えは、アプリを通じてローカルで再生される曲とサウンドを処理することです。
どんな助けでも素晴らしいでしょう。本当にありがとう!
[[MPMusicPlayerController systemMusicPlayer] play]; [[MPMusicPlayerController systemMusicPlayer] pause];