lufinkey / react-native-spotify

A react native module for the Spotify SDK. [Deprecated]
378 stars 76 forks source link

Objective c - skipToPrevious not working. Not able to change Previous Song. #178

Closed khushbu1234 closed 3 years ago

khushbu1234 commented 3 years ago

I have integrated SpotifySDK in Swift as well.in this skip(toPrevious: and skip(toNext: both Working perfect. but in Objective c, skipToNext Working Perfect

But  skipToPrevious Not change previous song.
 [appRemote.playerAPI skipToPrevious:^(id  _Nullable result, NSError * _Nullable error) {
    if (error) {
        // Operation failed
    }
    else
    {
        // Operation succeeded
    }
}];
lufinkey commented 3 years ago

You have opened this issue in the wrong place. This is not related to the spotify streaming SDK nor the react native wrapper for it. This is the remote SDK.