spotify / ios-sdk

Spotify SDK for iOS
https://developer.spotify.com/documentation/ios/
661 stars 188 forks source link

Get auth_code in offline mode. #333

Open niekske opened 3 years ago

niekske commented 3 years ago

Issue found on 23-09-2021.

SDK Version:

1.2.2

OS Version:

ios 14

Scope(s):

user-read-playback-state

Steps to reproduce:

  1. Put Spotify app in "Offline mode"
  2. Get oAuth2 auth code via SDK

Expected behaviour:

Get an error back that app is in offline mode (and in different cases a different error like connection timeout).

Actual behaviour:

Process just hangs forever in Spotify app.