I'm developing an app using the Spotify SDK. I noticed the total storage for the app grows pretty quickly after playing a few songs.
I am guessing this is because the songs are being cached.
Is there a way to clear the music cache using the Spotify SDK APIs?
I haven't come across anything in the documentation yet. If I clear it from the settings page, it clears all app data. The Spotify app seems to have a way to do it but I haven't found an API yet.