06-18-2015 15:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-18-2015 15:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
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/
06-19-2015 21:47
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-19-2015 21:47
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Another alternative is a simple barcode which encode the user slug:

06-19-2015 23:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-19-2015 23:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.

06-20-2015 12:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



06-20-2015 12:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
@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!
