Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation missing Authorization Callback for Strava App #75

Open
Monkeychip opened this issue Jan 8, 2018 · 2 comments
Open

Documentation missing Authorization Callback for Strava App #75

Monkeychip opened this issue Jan 8, 2018 · 2 comments
Assignees

Comments

@Monkeychip
Copy link

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.

@totorototo
Copy link
Owner

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 totorototo self-assigned this Jan 8, 2018
@totorototo
Copy link
Owner

totorototo commented Jan 8, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants