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
Best Answer
Sample URL Scheme: “demoapp” (demoapp://params)
Sample Universal Link: “http://sample-universal-link.demoapp.com”
I changed this in
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
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.
Best AnswerI 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.
Best AnswerWe 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.
Best Answer