Oliver O'Neill

Results 5 comments of Oliver O'Neill

@andrewcretin Did you have any luck working this out? I'm stuck with the same error

I was facing the same issue. Here's a hack I used to retrieve the code_verifier to be passed along with the authorisation code in the grant: ```swift guard let pkceProvider...

Another workaround that does not require PKCE: I've forked and modified SpotifyLogin to retrieve the auth code without the client secret [here](https://github.com/oliveroneill/SpotifyLogin).

Good point about it failing before updating all screenshots - I hadn't considered multiple screenshot checks within the same test. I can look into fixing this. You might be right...