01-30-2020 10:00 - edited 01-30-2020 10:02
01-30-2020 10:00 - edited 01-30-2020 10:02
I originally submitted a clockface that would run on Ionic, Versa, Versa 2, and Versa Lite. Because one of the available stats was Floors, I had code that checked if the watch were a Versa Lite and, if so, didn't offer up the Floors option.
The submission was rejected because the Versa Lite doesn't support Floors and the app does. So I removed Versa Lite from the supported devices, and it was approved. I then created a Versa Lite version that didn't support Floors and submitted it. The Versa Lite version was rejected because I already had a similar version, and I was told to incorporate Versa Lite into it.
So I'm not sure how to proceed at this point. Any suggestions?
02-06-2020 10:17
02-06-2020 10:17
The best solution is to handle the missing barometer sensor in code and not display floors if the sensor is unavailable, and only submit a single version of your clock.
These 2 guides should help.
https://dev.fitbit.com/build/guides/sensors/barometer/
https://dev.fitbit.com/build/guides/multiple-devices/
Don't forget to ensure your screenshots are accurate per device too.
02-06-2020 10:24
02-06-2020 10:24
Thanks. Your suggestion is what I originally submitted, but I'll try that again with a note.