05-03-2023 08:37
05-03-2023 08:37
I'm a developer for an iOS/Android app, and am running into an issue in our oAuth process allowing Fitbit users to sync their wearable steps data with our app. After the user grants access to their data, the redirect link is duplicated, once as Open with BetterYou and again with Use a different app - BetterYou. In this case, only clicking on the Use a different app option will complete the oAuth handshake, which is not very intuitive UX.
See the attached screenshot. My apologies if I'm missing something obvious!
05-04-2023 07:16
05-04-2023 07:16
Hi @matt_dow
Gordon
05-16-2023 10:09
05-16-2023 10:09
After additional research into this problem, I believe this behavior is not related to Fitbit but a nuance of Android. I found this reference to a similar problem.
https://github.com/moberwasserlechner/capacitor-oauth2/issues/15.
See if this conversation helps.