I've included the SPSessionPlaybackDelegate and have included the method:
-(void)sessionDidEndPlayback:(SPSession *)aSession {
NSLog(@"song ended");
}
Yet this is not called when the song ends its playback naturally. Is there something I should be doing extra to implement this delegate? Other such methods are being called at the appropriate time:
-(void)sessionDidLoginSuccessfully:(SPSession *)aSession; {
}