I am making an application that includes an integration definition, I followed this link https://developer.spotify.com/technologies/spotify-android-sdk/tutorial/
By reference to this link, I was set to "festevo: // callback" as the URL of the callback URI
when i tried login to reveal every time i got the same error.
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <data android:host="callback" android:scheme="festevo" />
Please tell me why this is happening ...
Thanks.
redirect android callback login spotify
Krunal Shah
source share