I am making an application which contain spotify integration, I was followed this link https://developer.spotify.com/technologies/spotify-android-sdk/tutorial/
by the reference of this link I was put "festevo://callback" as callback redirect URI
when I was trying login into spotify every time I was getting 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 happen...
Thank you.
I see a couple of possible things that could've gone wrong:
Hope this solves your issue!