ios-sdk
ios-sdk copied to clipboard
Detecting when a track ends
What's the correct way to detect that a track ended, either on its own, or by skipping. The SPTAppRemotePlayerState does not seem to give the track state (e.g. willstart, started, willend, ended), and playerStateDidChange() fires several times with no clear indication of why. Thanks.