I have a watch OS 2 app that tracks time on projects, and I'd like to show the following in my complication:
Project Tracker
Project Name
Active: 45.2 minutes
after 60 minutes, I would show:
Active: 1.1 hours
To keep the information current, I would need to update the content every 6 seconds (0.1 minutes).
The app is not contacting the iPhone at all so there shouldn't be much of a drain, but I read that Apple restricts the number of times I can update the complications during one day.
What is the limit and will updating every 6 seconds exceed that?
If I preload the time travel with entries for every six seconds and only reload if the user changes projects, will that prevent hitting Apple's limit?
What is the limit for time travel entries?
Will the entries automatically update every 6 seconds if I use time entries?
I can't find any documentation on any of this. Does anyone else know?