06-18-2015 15:48
06-18-2015 15:48
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
06-19-2015 21:47
Another alternative is a simple barcode which encode the user slug:
06-19-2015 23:08
06-19-2015 23:08
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
06-20-2015 12:58
@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!