I am not sure if is it watchOS 10 regression, but running my widget on Apple Watch I can see Label
which is supposed to be rendered redacted when Apple Watch is not on my wrist. I use the .privacySensitive()
modifier by it seems not to do anything. I can use the isLuminanceReduced
environment in combination with .redacted(reason: .placeholder)
which works when the wrist is not raised. But there's no environment AFAIK to know when the watch is locked.
BTW .redacted(reason: .privacy)
don't do anything either, I have to use .placeholder
.
Is anyone else having issues with privacy on Apple Watch when using the .accessoryRectangular
widget family? Talking about regular widget, not the Smart Stack.