07-30-2018 08:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-30-2018 08:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Our apps are seeing the same error. The apps have been working for years. No changes have been made recently to our apps that would cause this. We are are being inundated with support requests. All of our users are experiencing this issue. Please advise.
Thanks,
chris
07-30-2018 17:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-30-2018 17:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Any update on this? Our users can not use the apps until this is resolved. Thank you.

07-31-2018 00:32
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-31-2018 00:32
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
nope, did not get any response. We are stuck

07-31-2018 02:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-31-2018 02:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
same here, still cannot using api

07-31-2018 05:39
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-31-2018 05:39
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
This issue seems to be related to iOS URL-Scheme, with that I'm always getting the error page.
But I tried with Universal Link, it worked fine.
hope it helps.
07-31-2018 06:07
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-31-2018 06:07
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thanks,
Chris

07-31-2018 06:16 - edited 07-31-2018 06:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-31-2018 06:16 - edited 07-31-2018 06:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Sample URL Scheme: “demoapp” (demoapp://params)
Sample Universal Link: “http://sample-universal-link.demoapp.com”
I changed this in

07-31-2018 12:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-31-2018 12:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Chris
08-01-2018 12:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-01-2018 12:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Same. Will you guys be fixing this?

08-03-2018 13:35 - edited 08-03-2018 13:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



08-03-2018 13:35 - edited 08-03-2018 13:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@Jaiyo is this issue persisting? I'm unable to reproduce this behavior.

08-03-2018 13:51
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-03-2018 13:51
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Yep, still happening. It's like those above me said. On iOS if your redirect is ://someappname it doesn't work. Changing to ://someappname/p does work. The problem is we have to update not only the web app settings on the Fitbit devices website but also in the app itself. This started Monday.

08-29-2018 08:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-29-2018 08:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@Fitbit has this been resolved? our users started this as well this month. App was working fine before.

08-29-2018 22:41
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-29-2018 22:41
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I have tried using your approach it still does not work. @Jaiyo

09-19-2018 12:40
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-19-2018 12:40
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I can confirm changing this worked for me. I had example:// and changed it to example://test/ and now the users that we're previously unable to log in can now do so.
My thinking is that any log in event that would trigger the permission screen was throwing this error.
Now I need to elegantly move all my users over to this new scheme in a new release, which is frustrating to say the least since this code has been reliable for over a year.

09-20-2018 04:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-20-2018 04:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
We have the same issue, Fitbit integration (authentication) broke down yesterday - both on Android and iOS (Cordova-based hybrid apps). Super nice... I will update later whether one of the possible workarounds with changing callback URLs or something else will work for a quickfix.

