Post

Replies

Boosts

Views

Activity

Reply to Upstream Service Error when using MusicDataRequest
I'm getting a similar issue when I trying to add a track to one of my playlists. Failed to perform MusicDataRequest.Context( url: "https://api.music.apple.com/v1/me/library/playlists/p.8Wx63rZTVm1RAxY/tracks", currentRetryCounts: [.other: 1] ) with MusicDataRequest.Error( status: 500, code: 50001, title: "Upstream Service Error", detailText: "Unable to update tracks", id: "LE36LDFW4BHXYHU3GGQPSF563Y", originalResponse: MusicDataResponse( data: 146 bytes, urlResponse: <NSHTTPURLResponse: 0x0000000282a63640> ) ).
Jan ’24
Reply to ITMS-90427
This is because your deployment targets for all of your apps/extensions don't match. Make sure they either inherit from the project builds settings by highlighting the "iOS Deployment Version" and hitting "delete" so it goes from bold to non-bold. This means that you are now inheriting from the project's build settings. Not a clear explanation from Apple.
May ’21