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

Health Mobile App

Hello guys this is my first time developing an app that gets data from a smart watch , i was wondering if it is possible using Kotlin Multiplatform to get data  from the watch for both android and ios devices ,because i read that some features of  fitbit are not functioning fully on ios . I want to get data like movement ,steps and  heart rate and then showcase them to my app in real time  for further analysis  is this possible using fitbit .

Thank You 

Best Answer
2 REPLIES 2

Hi @gioanni 

The Web API is platform agnostic.  As long as you have an OAuth2 library for the programming language and platform you're using, it should work.

Gordon Crenshaw
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google
Best Answer

Hi! Yes, you can use Kotlin Multiplatform to build an app for both Android and iOS, but Fitbit’s features (like steps, heart rate, etc.) may vary across platforms. Fitbit’s Web API is useful for accessing data, though real-time updates might depend on sync frequency. You’ll need platform-specific code for SDK integration. Good luck! 😊

 

Best Answer
0 Votes