Type in your question below and we'll check to see what answers we can find...
Loading article...
Submitting...
If you couldn't find any answers in the previous step then we need to post your question in the community and wait for someone to respond. You'll be notified when that happens.
Simply add some detail to your question and refine the title if needed, choose the relevant category, then post.
Before we can post your question we need you to quickly make an account (or sign in if you already have one).
Don't worry - it's quick and painless! Just click below, and once you're logged in we'll bring you right back here and post your question. We'll remember what you've already typed in so you won't have to do it again.
Please see below the most popular frequently asked questions.
Loading article...
Loading faqs...
Please see below the current ongoing issues which are under investigation.
Loading issue...
Loading ongoing issues...
Hi,
There's a technical problem with your Android app. It's actually not a bug, but rather a mistake in its implementation.
In Android, you're able to set certain WiFi networks as "metered" or "restricted", so that apps that can do heavy downloads over unrestricted WiFi will not do so over these restricted WiFi networks. They are to be treated as being on the same level as a mobile data connection.
In fact, whenever a mobile hotspot network is used, Android automatically designates this network as "metered" or "restricted". Most well-designed apps respect this designation and will not do any heavy downloads. For example, Google Play Store will NOT update any apps while on a restricted WiFi network.
The thing I noticed about Spotify Android app is that it does not care at all whether the WiFi network is restricted. It downloads new songs in offline playlists anyway. This is in UTTER GROSS VIOLATION of user expectation that a restricted or metered WiFi network will be respected by all apps.
Android Developers site recommends that you look at Network Capabilities (what the network is able to deliver) rather than Network Type (whether it's mobile data or WiFi) when deciding whether to download or not: https://developer.android.com/reference/android/net/NetworkCapabilities.html
Please note that I have made sure that the setting "Download using cellular" has been switched off in my Spotify app, so that is not the issue. Also, this setting should actually be "Download using metered connections"
Thanks.