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
Strava requires that you set an Authorization Callback when creating a Strava App. This is not mentioned in the README documentation for setting up the app. I believe this is causing issues with my ability to successfully authenticate on the initial launch.
The text was updated successfully, but these errors were encountered:
@Monkeychip you should also complete those following steps:
1- create keystores,
2- add them to android project directory:
- keystrore.properties in your app root directory aka android,
- my-release-key.keystore in /android/app
ps: you could also revert android/app/build.gradle to previous revision (see commit f3a1c9d).
the apk won't be sign. no big deal for debugging purpose.
Strava requires that you set an Authorization Callback when creating a Strava App. This is not mentioned in the README documentation for setting up the app. I believe this is causing issues with my ability to successfully authenticate on the initial launch.
The text was updated successfully, but these errors were encountered: