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

Private Apps built with SDK

ANSWERED
Replies are disabled for this topic. Start a new one or visit our Help Center.

With the SDK coming, will it be possible to build apps to deploy selectively? I'm interested in getting this to work with my self built home automation platform to control various things around the house and due to it's bespoke nature would be of no use to anyone publicly.

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

@billyballbag You can develop Apps for private or public availability. All Apps, whether submitted privately or submitted for public availability through the App Gallery, should follow the App Gallery guidelines in order to protect our users, you, and Fitbit. These guidelines may change over time. Developers can go to https://dev.fitbit.com/ for full details on how to develop apps for Fitbit Ionic. 

Erick | Community Moderator

It's all about the food! What's Cooking?

View best answer in original post

Best Answer
0 Votes
6 REPLIES 6

@billyballbag wrote:

With the SDK coming, will it be possible to build apps to deploy selectively? I'm interested in getting this to work with my self built home automation platform to control various things around the house and due to it's bespoke nature would be of no use to anyone publicly.


My understanding you can:

  1. Develop an app for just yourself
  2. Develop an app which you deploy to just a  selective group of folks
  3. Develop an app for general distribution

The above said, I can certainly be wrong (have been before once or twice 🙂 ), I'll be exploring the SDK once I get my Ionic.

Best Answer
0 Votes

It's quite exciting! I've managed to stop myself going down the Android Wear route due to the battery life constraints, I hope background app services will be somewhat possible also.

Best Answer

@billyballbag You can develop Apps for private or public availability. All Apps, whether submitted privately or submitted for public availability through the App Gallery, should follow the App Gallery guidelines in order to protect our users, you, and Fitbit. These guidelines may change over time. Developers can go to https://dev.fitbit.com/ for full details on how to develop apps for Fitbit Ionic. 

Erick | Community Moderator

It's all about the food! What's Cooking?

Best Answer
0 Votes

@billyballbag wrote:

 I hope background app services will be somewhat possible also.


Sadly no, currently there is no mechanism or API for background processing.

Best Answer
0 Votes

When I come home I need to extract data from my Charge2 by a custom linux nodejs home base computer, run some custom algorithms on that raw data along with some other health data. Especially to with Heart Rate. Is it theoretically possible to do such a thing? Or do I have to purchase Ionic to do that?. The reason I am asking is we have multiple fitbit users in our home and all of them do not use ionic, some use versa, some charge2(me). Running comparitive analysis on two users with different fitbit device is my end goal

Best Answer
0 Votes

@Indra007 any GPS tracked activity (including 'no tracker' just using Fitbit app's MobileRun) can be easily exported (mouse clicks) or pulled via web API (nodejs). And that means you have access to activity level HR data (MobileRun does not track HR). 

 

If its not a GPS tracked activity (e.g. auto-tracked Charge2 activities), or not an activity, you can get access to Intraday HR data by special request (personal use only). Details here:

https://dev.fitbit.com/build/reference/web-api/heart-rate/

 

scroll down to "Get Heart Rate Intraday Time Series" and follow the instructions for making a request.

Aria, Fitbit MobileTrack on iOS. Previous: Flex, Force, Surge, Blaze

Best Answer
0 Votes