Additional impact: Apple Music 6.5.2 authentication regression prevents playback of newly released music
I want to emphasize the urgency and practical impact of this issue.
Apple Music 5.2.1 can still complete MusicKit for Android authentication, but it cannot reliably play some newly released songs whose current Apple Music catalogue IDs are larger than the range handled successfully by that older player.
For example, newly released tracks returned by the Apple Music API have valid catalogue/playback IDs such as:
6778161147
6797908352
6798544240
The API returns valid metadata, playParams, duration, and preview information for these records. PartyAux preserves the complete ID as a string and passes it to MusicKit without truncation or numeric conversion. However, with Apple Music 5.2.1, the selected item may be acknowledged while playback position never advances and no audio begins. Older catalogue IDs continue to play on the same device.
Updating to Apple Music 6.5.2 is not currently a solution because MusicKit authorization stalls inside Apple Music’s SDKLandingActivity. It remains on the loading spinner and never returns a Music User Token. If the user presses Back to escape, the calling application receives:
RESULT_CANCELED
music_user_token_error=0
TokenResult.isError=true
TokenResult.error=USER_CANCELLED
musicUserToken=null
This leaves Android MusicKit applications trapped between two incompatible outcomes:
Apple Music 5.2.1 authenticates, but cannot reliably play some newly released catalogue records.
Apple Music 6.5.2 should support the current catalogue, but its MusicKit authorization handshake does not complete.
There is no viable application-side workaround for newly released songs. Catalogue IDs cannot be truncated or replaced because Apple documents them as string identifiers, and the Apple Music API does not provide third-party applications with an alternative full-track streaming mechanism.
Please prioritize a fix for the MusicKit authorization flow in Apple Music for Android 6.5.2 or provide an updated, supported Android MusicKit authentication SDK. This regression now prevents third-party Android MusicKit applications from both authenticating with the current Apple Music app and reliably supporting newly released music.
Existing Feedback report: FB24599163
Related Feedback report: FB24520173
Related forum thread: https://developer.apple.com/forums/thread/838633
Topic:
Media Technologies
SubTopic:
General
Tags: