analogcode / Swift-Radio-Pro

Professional Radio Station App for iOS!
MIT License
2.87k stars 713 forks source link

Using cover art in app #99

Closed thejshot closed 6 years ago

thejshot commented 6 years ago

Is it legally permissible to use a song's cover art in the app?

analogcode commented 6 years ago

That's a good question. If you actually download and package the artwork in your app bundle, it may be a legal gray area. If you're using Apple's or LastFM's artwork API to stream the art, then it is permissible.

thejshot commented 6 years ago

Thanks!

iDevelopper commented 6 years ago

In both cases you can't present it as metadata to describe your app on the AppStore. Apple will reject the app.

analogcode commented 6 years ago

Thanks @iDevelopper!