You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I have followed all the steps, added URI types, so I am able to open the Strava app, authorise and then redirect back to my app when calling StravaClient.sharedInstance.authorize { (result) in print(result) }
however the callback { (result) in print(result) } was not called.
It tried your example app, it worked! What am I still missing? I am writing my app using SwiftUI, that is the only difference I can spot.