Posts

Post not yet marked as solved
0 Replies
223 Views
Hello,We are using MPMusicPlayerController.applicationMusicPlayer for our iOS application. And it works fine with many tracks but there are some tracks which are not playing and just skip automatically.In our iOS application, there are predefined tracks which are playing by the ID of the track like '1290023634'. We have the whole URL of track like 'https://itunes.apple.com/us/album/crawl/1290023416?i=1290023634'. We use trackID with 'player.setQueue(with: [songTrackID])' to play that specific song.I have already tried with 'player.setQueue(with: arraySongTrackID)' (array of trackIDs) but it also not worked.Here is the one URL which is playing fine.https://itunes.apple.com/us/album/medusa/1386509739?i=1386511062Can anyone suggest a way to resolve this issue? Any help will appreciable.Thank you.- Mehul
Posted Last updated
.