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

Versa 4 and Sense 2 SDK Status

For the record, here are the most recent official statements that I know of concerning the status of the SDK for the new devices:

 

Fitbit Versa 4 Dev Soon.png

 

Peter McLennan
Gondwana Software
Best Answer
36 REPLIES 36

@John-Baptiste- don't forget you can build and test for the Versa 3 using OS Simulator only, without having to load anything to the watch, works for most functions nut not all.

Author | ch, passion for improvement.

Best Answer
0 Votes

Thank you @Guy_ In my case simulator is not an option at this point. I am collecting the real heart-rate data and simulator does not help.

Regards,

Best Answer
0 Votes

Hello @Guy_ @Gondwana , I have already uploaded my app in GAM and got private link. How do I transfer this app into the fitbit watch (versa 4)?

Any step?

 

Thank you.

Best Answer
0 Votes

@John-Baptiste  - click the link on the phone with the Fitbit App running and then click on OPEN APP, but check first if it is a clock that you don't already have 5 saved clocks as one may get overwritten.

Author | ch, passion for improvement.

Best Answer
0 Votes

Thank you @Guy_ , I was not able to see the link in my App. Where is it supposed to appear in the App? Does it have to be approved before it appears in my APP? In any case, I can see the link from GAM but nothing is visible in my App.

 

Also I think it can be either Clock Face type or normal App? Is there any issue about this?

 

Regards,

Best Answer

@baptiste2k17 - click on the 3rd item in your GAM project called link. This will open the project in the browser and from there you can install it on the watch via the Fitbit app in the same way you install from the online gallery but without it being published.

Author | ch, passion for improvement.

Best Answer
0 Votes

Almost there but not yet. I opened the link in my android phone and I was able to see option to install it and I can see it in Gallery. However it is not yet visible in my watch. I deployed it as App and not Clock face.

1) Do I have anything else to do?

2) Is there any difference if it is App or Clockface?

 

Regards,

Best Answer
0 Votes

It should be listed in the apps list on the watch. I forget how to open that.

Peter McLennan
Gondwana Software
Best Answer
0 Votes

@baptiste2k17 - did you press the watch button?

Author | ch, passion for improvement.

Best Answer
0 Votes

Hello @Guy_ ,

I tried pressing versa-4 button even more than once but still, the app is visible in APP Gallery but not in the watch. in my APP's Gallery, it is under Versa 4 tab.

I dont see it under 'Clock' tab or 'App' tab. I can see also see other apps such as 'Sp02, and Notifications' listed under Versa-4 tab but not visible in my watch too. Let me know if there is any thing done wrongly so that I can try again.

Regards,

Best Answer
0 Votes

@baptiste2k17 - when you click on OPEN APP in the browser it should appear as an install in the Fitbit App, and you have to install it.

Author | ch, passion for improvement.

Best Answer
0 Votes

@Guy_, in my App when I open it, I see the warning button (REPORT) and the message above telling me to install applications from trusted sources.  When I click on it, I do not see any thing telling me "INSTALLED" as I see for other apps in the Gallery. Something may be was wrong during GAM deployment?

Regards,

Best Answer
0 Votes

@baptiste2k17  when you click OPEN APP you should see report AND install, it you don't see install you won't be able to install it because you may have built it for the wrong watch.

Author | ch, passion for improvement.

Best Answer
0 Votes

@Guy_, Thank you. I can see it. but here is my next question, when I open it, the screen opens and shows nothing but white background which is different from my app when I run it in fitbit versa 2.

I modified the content of package.json with sdk version (fitbit/sdk to be ~6.2.0-pre.1 and fitbit/sdk-cli to be ~1.8.0-pre.10) and the buldTargets 'rhea, hera'

The app is simply reading the heart-rate and communicate with local app via http. Do you believe, I did something wrong here? what could be the difference if it works in fitbit versa 2 and not 4?

 

 
Best Answer
0 Votes

Are those (SDK and targets) the ONLY things you changed?

Peter McLennan
Gondwana Software
Best Answer
0 Votes

Yes. I did not change any thing else. 

Best Answer
0 Votes

Many other changes are essential. Did you try it on the Versa 3 sim (bypassing accel bits)?

This post outlines changes going from Versa 3 to 2. You'll need to go the other way.

There are a few additional minor, but undocumented, changes from Versa 3 to Versa 4.

To build and install using the beta Versa 4 SDK usually requires this hack.

Peter McLennan
Gondwana Software
Best Answer
0 Votes