I've been unable to set the "icon" attributes when doing the login process with MusicKit JS.
MusicKit.configure({
developerToken: at,
app: {
name: 'TEST APP',
icon: 'http://XXXXXXXXX.png'
}
});When the user is asked about accepting permission, there's the Apple Music icon and normally the icon I've set.
Instead there's a default icon.
How can I make it works ?