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.
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.