Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Custom QR Codes / Add Friends

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/

 

sample-qr-code.png

 

 

Best Answer
3 REPLIES 3

Another alternative is a simple barcode which encode the user slug:

 

FitBitBarCodeFriendFinderWaterMarked.jpg

Best Answer
0 Votes

FitBitBarCodeFriendFinderWaterMarkedBitly.png

 

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
0 Votes

@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!

Best Answer