Skip to main content
Answer

Strava iOS integration

  • March 8, 2023
  • 5 replies
  • 67 views

Forum|alt.badge.img

Hi, can anyone guide me about Strava integration in iOS mobile application? I am facing some difficulties while trying to authenticate the user with strava. I tried the sample code but didn't get desired results with it.

Best answer by SkippyVasquez

Hey TalhaAmin,

If you are still having issues, take a look at our documentation on Authentication. You can find that here.

 

5 replies

Forum|alt.badge.img+2
  • Hub Starter
  • March 28, 2023

What seems to be the issue? Kindly provide some background and what has been tried / achieved?

For my own app, I am using StravaSwift (but it's deprecated and not updated for some time)


SkippyVasquez
Strava
Forum|alt.badge.img+21

Hey TalhaAmin,

If you are still having issues, take a look at our documentation on Authentication. You can find that here.

 


Forum|alt.badge.img
  • Hub Starter
  • March 24, 2024

Hello, I'm encountering this issue mentioned above. I've used StravaSwift and it works on their "example" app loading by appOAuthUrlStravaScheme. When I try this config on mine though, it doesn't. What's annoying is I pass my set up of client id, urlscheme (and other config stuff) to the "example" app from StravaSwift and it works, but not on my app. Any idea why?

Worse on webOAuthUrl, seems it does not allow "://" so redirecturi will fail all the time due to not being able to see urlscheme and callback url. Any work around here? Would be great if Strava did a proper test app.


Forum|alt.badge.img
  • Hub Starter
  • March 24, 2024

Hello, I'm encountering this issue mentioned above. I've used StravaSwift and it works on their "example" app loading by appOAuthUrlStravaScheme. When I try this config on mine though, it doesn't. What's annoying is I pass my set up of client id, urlscheme (and other config stuff) to the "example" app from StravaSwift and it works, but not on my app. Any idea why?

Worse on webOAuthUrl, seems it does not allow "://" so redirecturi will fail all the time due to not being able to see urlscheme and callback url. Any work around here? Would be great if Strava did a proper test app.


Forum|alt.badge.img
  • Hub Starter
  • March 24, 2024

Hello, I'm encountering this issue mentioned above. I've used StravaSwift and it works on their "example" app loading by appOAuthUrlStravaScheme. When I try this config on mine though, it doesn't. What's annoying is I pass my set up of client id, urlscheme (and other config stuff) to the "example" app from StravaSwift and it works, but not on my app. Any idea why?

Worse on webOAuthUrl, seems it does not allow "://" so redirecturi will fail all the time due to not being able to see urlscheme and callback url. Any work around here? Would be great if Strava did a proper test app.