6
votes

I'm trying to use the new API from Apple, but when trying to play some songs using setQueueWithStoreIDs(storeIds: [String]) method I noticed I couldn't play all of the songs in my queue. Trying to understand the problem was painful since the new APIs do not provide any errors. At the end I noticed I didn't have explicit content settings on in restrictions, but that took me some time. Apple Music actually does notify users when they try to play "explicit" flagged media if their app settings do not let them. Is there a way to do this in our apps?

1
Hey, Did anyone got the solution ? . Please let us know how you did it. - ankitjaiswal

1 Answers

-1
votes

I was having the same issue. You need to make sure the ids you are adding to the queue belong to the same storefront where the user is.