I'm trying to implement offline scrobbling into my app, but it's not working correctly.
I am saving the Scrobble requests to an array, and sending the requests when the app detects an internet connection. I am sending the requests with the exact same metheod I am sending as if it was a "live scrobbling."
Last.fm is returning me an OK status, but it's just not scrobbling.
It's not a problem with the array, neither with the metheod I'm calling, because it works on live scrobbling.
Is there any different API call I need to do for offline scrobbling?
Hmm. All the timestamps are the same as when it was added to that array, and I don't think changing the timestamp from when the song has started playing is a good idea.
Offline Scrobbling