https://developer.apple.com/documentation/applemusicapi/get_a_catalog_artist When using Apple Music on iPhone, if you go to the artist detail page, you will see an artist image in the header or a video such as a gif. Alternatively, if you search for an artist on the search page, a circular image is displayed in the imageView on the left. But in the response item of "v1/catalog/{storefront}/artists/{id}" The image could not be found. Why is there no image address in the response? I wish you could add that Thanks :)
how to get artist image in the apple music
"https://api.music.apple.com/v1/catalog/us/artists/178834?extend=artwork" I tried to make a request with that url, but I got a response like the one below. { "errors": [ { "id": "QXQJXPLLU3QUONBY75INDNZFIU", "title": "Insufficient Permissions", "detail": "'artwork' entities require permissions that are not in the request permissions=", "status": "400", "code": "40012" } ] } How do I get permission to receive artist artwork information? I hope you reply
I'd also like to know the answers to this, or suggested workaround!
I faced the same problem and wrote an article as a workaround!
https://rudrank.blog/musickit-for-swift-artist-artwork