mpclarkson / StravaSwift

A Swift wrapper for the Strava API v3
MIT License
102 stars 45 forks source link

Authorize callback problem #34

Closed eeckhoutarthur closed 3 years ago

eeckhoutarthur commented 3 years ago

Hi

I am experiencing a problem when I try to authorize with the Strava app. I am able to open the Strava app, however the callback in StravaClient.sharedInstance.authorize was not called.

Everything works fine when I authorize with the browser.

Does anyone has a solution?

Thanks in advance