-1

Having issues with the callback from spotify when I'm trying to load my playlists in my iOS app. It worked out well before the upgrade. When I'm receiving the callback it's only a handful of the playlists that is getting loaded, some of them doesn't get loaded at all.

Someone that knows if it is a known issue?

EDIT: Working now!

catabol
  • 23
  • 3
  • If the solution is working the best thing you can do is to accept the answer and vote it up if you can leave a comment stating it. Writing `WORKING NOW` causes ambiguity. – NewUser Sep 29 '12 at 07:35

1 Answers1

1

For future reference, an upgrade like this is unlikely to affect CocoaLibSpotify in this way since most of the logic is in libSpotify, a pre-built package that won't change at all when you rebuild with a new SDK (it's a static library).

However, this will happen from time to time when the Spotify playlist service is slow, down, or suffering with some ailment or other. You should make sure your application behaves itself in this situation.

iKenndac
  • 18,730
  • 3
  • 35
  • 51