Post

Replies

Boosts

Views

Activity

Reply to Catalog relationships empty for /me/library/albums. How to reconcile ?
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" }
Topic: Media Technologies SubTopic: General Tags:
May ’23
Reply to Measurement Class angle measurement
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)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to Catalog relationships empty for /me/library/albums. How to reconcile ?
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" }
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to init MKMapView exception in Xcode 13.0 beta
Same here with Xcode Version 13.0 (13A233).
Replies
Boosts
Views
Activity
Sep ’21