Same here with Xcode Version 13.0 (13A233).
Post
Replies
Boosts
Views
Activity
Note that when it happens, the "Share albums..." feature in the Apple Music app may not work (which is a shame): it will send an empty email for instance, instead of the share url.
In other cases, the share link works, and it contains the CatalogId.
When the share link works, you can retrieve the album catalogId by using the first song of the song of the album which will contain its catalogId in the playparams struct. Querying the song will then gives you the album catalogId.
When the share links does not work, the catalogId of the songs does not work.
For instance this catalogId does not work for me (storefront "fr"):
"playParams": {
"id": "i.AWPK6FLXMqL4",
"kind": "song",
"isLibrary": true,
"reporting": true,
"catalogId": "392108251",
"reportingId": "392108251"
}
3 years later - Xcode 15.0 - Still Buggy ✓
Conversion from UnitAngle.degrees to UnitAngle.arcMinutes and UnitAngle.arcSeconds are still buggy (at least in macOS playground, I don't which version of Foundation it is uses)