I'm trying to read spotify music in my app in swift. I followed the beginner user and the youtube tutorial "iOS Swift Tutorial: Stream Music from Spotify" but I can't success login.
I have this error and don't know why :
canOpenURL: failed for URL: "spotify-action://" - error: "This app is not allowed to query for scheme spotify-action"
I have a ClientID, SecretID, BundleID, and URI in my developper spotify account.
I precise that is not a problem of LSApplicationQueriesSchemes : "The LSApplicationQueriesSchemes key is not needed since Beta 10 do not support Spotify App Authentication." How to resolve this ?