Does FitBit currently support any type of custom url scheme, which would allow a users on a mobile device to scan a QR code and be redirected into the App to complete the friend request?
http://iosdevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html
I was hoping it would be possible to generate a QR code with something like:
fitbit://?addfriend=brad@healthywebdeveloper.com
http://sixrevisions.com/web-development/qr-codes-uri-schemes/
Here is a working version, using a bit.ly url encoded in the barcode. Not Optimal for length, but should work with any Barcode Scanning App on mobile devices.
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.
@healthywebdev wrote:
Does FitBit
It's Fitbit 🙂
@healthywebdev wrote:
I was hoping it would be possible to generate a QR code with something like:
fitbit://?addfriend=brad@healthywebdeveloper.com
The Fitbit apps do not have a launchable scheme, but we appreciate the feature request!