You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the same issue here too.
Works fine on iOS but doesn't load Spotify login screen on Android.
Console error: auth_failed: Received authentication response of invalid type error at file:///android_asset/www/plugins/cordova-spotify-oauth/www/build/spotify-oauth.min.js:2:5374
Was able to resolve issue by referring to comments made in this issue - Works in emulator, fails on real device #10
The reason why the LoginActivity fails is because Spofity rejected the request as no SHA1 fingerprint for the app existed.
Go to your Spotify developer console and add the Android Package Name and SHA1 Fingerprint (one for development, one for production)
No open Intend to Login on Spotify,
i writed code below:
the method
authorize
return the error "auth_failed" on subscribe.already checked clientId, CLIENT_ID, CLIENT_SECRET and CLIENT_CALLBACK_URL
The text was updated successfully, but these errors were encountered: