Posts

Post not yet marked as solved
1 Replies
408 Views
I'm trying to play an audio file in AndroidMusicKit sample(sdk-test-app). However, the following songs cannot be played. These songs are registered as an AppleMusic library. Songs that cannot be played remain buffered. What should I change to make it playable? Cannot play {  "id" : "269419385",  "title" : "LULU",  "subtitle" : "ZHIVAGO",  "description" : "JUDE",  "browseable" : false,  "playable" : true,  "iconUri" : https://is2-ssl.mzstatic.com/image/thumb/Music123/v4/0b/57/74/0b57744a-a062-0d3d-58cb-423b2e3c303a/4582193800255_cov.jpg/1200x1200bb.jpg,  "type" : "song" } Can play {  "id" : "269417838",  "title" : "**** DEE",  "subtitle" : "ZHIVAGO",  "description" : "JUDE",  "browseable" : false,  "playable" : true,  "iconUri" : https://is2-ssl.mzstatic.com/image/thumb/Music123/v4/0b/57/74/0b57744a-a062-0d3d-58cb-423b2e3c303a/4582193800255_cov.jpg/1200x1200bb.jpg,  "type" : "song" }
Posted Last updated
.