Lock screen widget not showing when Apple Watch is locked

Hello!

I have a problem with apple watch widgets. My widgets are masked when apple watch is locked.

The widget just displays a simple image and text and is only used to launch my app. When I wrote ".privacySensitive(false)" in the part I wanted to display, it was displayed even when the device was locked. But the "accessoryInline" type widget is not displayed.

Widgets from Apple official apps and some popular apps (such as Spotify) are displayed even if they are of type "accessoryInline".

Please let me know if you know how to fix it.

Replies

I found this article.

https://stackoverflow.com/questions/74130077/how-do-i-opt-out-of-privacy-sensitive-redaction-for-locked-device

I was able to resolve this issue. Thanks for watching!