strava icon indicating copy to clipboard operation
strava copied to clipboard

Documentation missing Authorization Callback for Strava App

Open Monkeychip opened this issue 6 years ago • 2 comments

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.

Monkeychip avatar Jan 08 '18 04:01 Monkeychip

Definitely, this part is not documented at all in the read me.

Read me needs to be updated in order to explain what to do. I will do it asap.

totorototo avatar Jan 08 '18 18:01 totorototo

@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

for more details, take a loot at the following link: https://stablekernel.com/creating-keystores-and-signing-android-apps/

this has to be also added to read me.

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.

totorototo avatar Jan 08 '18 21:01 totorototo