我正在制作一个包含spotify集成的应用程序,我按照这个链接https://developer.spotify.com/technologies/spotify-android-sdk/tutorial/
通过这个链接的引用,我把"festevo:// callback"作为回调重定向URI
当我每次遇到同样的错误时尝试登录spotify时.
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="callback"
android:scheme="festevo" />
Run Code Online (Sandbox Code Playgroud)
请告诉我为什么会这样......
谢谢.