JohanDegraeve / xdripswift

xdrip for iOS, written in Swift
GNU General Public License v3.0
316 stars 310 forks source link

Data not updating on the complication for Apple Watch? #529

Closed podupuis closed 2 months ago

podupuis commented 2 months ago

For some reason, the data for xdrip on the Apple Watch face doesn't update automatically? Why? I need to manually press on it to get new data. Any fix or suggestions to make it do it automatically?

paulplant commented 2 months ago

Complications are not designed for real-time data. This is due to complication restrictions from WatchOS.

There is currently no background refresh in xDrip4iOS 5.1.x. The complications will only update when the Watch app is opened. This was detailed in the release notes for 5.1.0.

Background refresh will be implemented for 5.2.0 but this is still not real-time. It will only updated 2-3 times per hour. Never more.

I will close this shortly as it isn't actually a bug, but a known item that is already described in the release notes and already addressed.

paulplant commented 2 months ago

No comment from @podupuis so we'll close this.