Reputation: 1434
I'm using the Deezer iOS SDK and almost everything is working well.
However, sometimes, when I request a song (doesn't matter which one), the readable value is 1 but the stream value is 0.
I checked on several devices (iPhone & iPad), with different iOS version (7.0.6 and 7.1.1) and different connectivity (Wifi or 3G). I though that was because the account used was not a Premium account, but on my iPhone5S it's worked well when my iPad is lost.
I want to know if it's a problem with the account used, the device, the request or whatever it can be to solve it.
Thanks,
Upvotes: 1
Views: 210
Reputation: 116
The readable property on a track means that you could potentially this track. This readable property depends on a lot of parameters (country, user status...).
One thing is sure though, if you do not have a premium account, you normally cannot have the stream property set.
Hope that helps.
Guillaume.
Upvotes: 1