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

URL to Open Fitbit iOS and Android Apps

I've a couple older posts related to deep linking. Just to clarify, is it possible to open the fitbit app via a url scheme on iOS and/or Android?

Best Answer
0 Votes
3 REPLIES 3
Hi,   @JeremiahFitbit Would you be able to provide an answer to this question? Is there a Callback URL/URL Schema to launch the official Fitbit app? Thanks, Chris
Best Answer
0 Votes

@bickster That's still a planned feature.

 

What other implementations have done is call the Get Devices endpoint to get the last sync time and prompt the user to open the Fitbit app to sync if they have not recently synced.

Andrew | Community Moderator, Fitbit

What motivates you?

Best Answer
0 Votes

Thanks.  I was able to get it to work with this URL schema on iOS.

 

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"fitbit://"]];

Chris

Best Answer