我試圖獲取Spotify iOS應用中當前播放歌曲的相關信息。場景如下:打開Spotify iOS應用程序,開始播放歌曲。將該應用放在後臺並打開我的iOS應用。有什麼方法可以讓我在iOS應用中使用Spotify播放歌曲?從Spotify iOS應用獲取當前播放歌曲
我已經使用nowPlayingItem財產在這篇文章中描述的嘗試,但沒有奏效:On iPhone: Find out what song is currently playing? (in the iPod music player)
我已經使用[MPNowPlayingInfoCenter defaultCenter] .nowPlayingInfo在這篇文章中描述試過,但沒」 t工作:Is there a way to access the currently played track while the iPhone is connected to an accessory?
我在蘋果開發者論壇上看到了這個帖子中提出的同樣的問題:https://devforums.apple.com/message/903640#903640。
有沒有人遇到過這個問題?你找到了一個可行的解決方案嗎?
感謝,
[確定歌曲在iPhone上由第三方應用播放]的可能重複(http://stackoverflow.com/questions/8542854/determine-song-being-played-on-iphone-by-third-party-應用程序) – feco
我不認爲這是重複的,因爲該問題是要求一個通用的解決方案,所以對這個問題的任何答案都不能考慮任何可能的Spotify特定的API。 –
這可能會幫助你:[獲取元數據顯示在MPNowPlayingInfoCenter's nowPlayingInfo](http://stackoverflow.com/questions/20534939/get-meta-data-displayed-in-mpnowplayinginfocenters-nowplayinginfolock-screen-a) –