I am looking to support Apple Music and Spotify in an iOS app (Swift specifically) and I was wondering what the best way to support would be?
Should I just use MusicKit and Spotify iOS SDK and then make models to support data from both?
If so, then how do I find Spotify iOS SDK instances for their structs? For example:
Apple's documentation for Albums shows all of it's instances:
https://developer.apple.com/documentation/musickit/album
But Spotify's documentation for Albums doesn't show many instances:
https://spotify.github.io/ios-sdk/html/Protocols/SPTAppRemoteAlbum.html