You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to sign Apple's JWT on iOS/macOS, you could also try CupertinoJWT, which was pre-released recently. I've wrote it because I couldn't find a solution for creating JWT used for Apple's server APIs on iOS/macOS.
This project is seemingly no longer being maintained by its owner, but IBM’s Swift-JWT supports ES256 signing and verifying on Apple platforms and Linux, and it is an excellent replacement in my experience.
ETA: I’ve used Swift-JWT to connect to APNS, so it should also work for Apple Music.
Hi,
Seems useful to support ES256, Apple require it for Apple Music API
=> https://developer.apple.com/library/content/documentation/NetworkingInternetWeb/Conceptual/AppleMusicWebServicesReference/SetUpWebServices.html#//apple_ref/doc/uid/TP40017625-CH2-SW1
The text was updated successfully, but these errors were encountered: