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
Best Answer
Community Moderator Alumni are previous members of the Moderation Team, which ensures conversations are friendly, factual, and on-topic. Moderators are here to answer questions, escalate bugs, and make sure your voice is heard by the larger Fitbit team. Learn more
@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.
Best AnswerThanks. I was able to get it to work with this URL schema on iOS.
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"fitbit://"]];
Chris