09-27-2017 09:13 - edited 09-27-2017 09:14
09-27-2017 09:13 - edited 09-27-2017 09:14
This topic has been broached a few times, but it doesn't seem to have been updated in a while.
https://community.fitbit.com/t5/Web-API-Development/Launching-fitbit-ios-app-from-my-own-ios-app/td-
Is there a url I can put into my iOS/Android app that will open the FitBit app? Or is the accepted solution still to use the Get Devices endpoint?
10-21-2017 05:42
10-21-2017 05:42
For iOS:
fitbit:// is the URL you are searching.
Just try this using openURL method of iOS.
Remember to register in info.plist.
Thanks