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

URL to open FitBit app from another app

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-

p/1096426

https://community.fitbit.com/t5/Web-API-Development/URL-to-Open-Fitbit-iOS-and-Android-Apps/m-p/1527...

 

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?

Best Answer
0 Votes
1 REPLY 1

For iOS: 
fitbit:// is the URL you are searching.

Just try this using openURL method of iOS.
Remember to register in info.plist.

Thanks

Best Answer