AfrazCodes / Spotify-iOS

Full featured Spotify iOS Client written in Swift 5
166 stars 37 forks source link

Getting started #2

Open orange-artworks opened 2 years ago

orange-artworks commented 2 years ago

Hi Thanks for sharing your Spotify-iOS code. I wonder if you would be able to help me getting started? I'm on a steep learning curve as this is my first iOS App development.

The problem After sign-in using an email address based Spotify account the option to agree to allow the app access to my Spotify account is shown but can never be cleared. Pressing the green "agree" button does nothing visibly (it remains even if pressed several times) but it does register the app in my spotify account. Pressing the top left "< Spotify" link to go back from the login to the app works but just presents the app startup screen with "Sign in with Spotify" again. Pressing cancel does nothing.

More Details

Hopefully there is a simple way forward. Many thanks Julian O

orange-artworks commented 2 years ago

For the record.... solved this by leaving redirectURI = "https://www.iosacademy.io" and adding that to the redirectURI in the spotify developer dashboard settings for the app. leaving the redirectURI as https has resolved it.