07-27-2020 12:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-27-2020 12:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
We have a gallery deployed app and most of our beta users are on versa and versa2. The user needs to turn on our app on the fitbit itself and tap go.
Is there already a best practice to trigger our app to action without user interaction? For example at 2pm, run the app functionality every day based on a web api that controls it? Would we have to have the app always in the background checking the schedule? <impacting battery>. Or is there a more elegant solution that is available?
Thank you.

08-03-2020 10:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


08-03-2020 10:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Unfortunately not at this time. You could build a clockface which performs the action and launches your app.
https://dev.fitbit.com/blog/2018-12-17-its-time-to-exercise-with-fitbit-os-3/#app-launch-api
https://dev.fitbit.com/blog/2019-10-29-announcing-fitbit-os-sdk-4.0/#app-cluster-storage

