iOS 17 beta 4: Live Activity on lock screen is always rendered in dark mode

In iOS 17 beta 4, the Live Activity on lock screen is always rendered in dark mode. The issue can be reproduced both on physical device and simulator.

Accepted Reply

Fixed in iOS 17.1 beta 2.

Replies

FB12765484

Same issue, I'm on Beta 6 now.

Seeing the same thing on beta 7 - FB13041954. I have a sample project in this feedback that demonstrates the issue.

Feedbacks are private, nobody of us can see your feedback so please don't share it as it is of not use

Still seeing that on Beta 8. Filed a feedback as well. Hopefully it gets fixed before the release.

FB12765484

Still seeing this on iOS 17.0 release and iPadOS 17.0 release.

Similar reports: https://developer.apple.com/forums/thread/734946 https://developer.apple.com/forums/thread/717669

Fixed in iOS 17.1 beta 2.

@Gong I'm seeing the background and text change properly, but @Environment(\.colorScheme) var colorScheme is always returning light, are you seeing the same?

@alex_taffe Hi:) In my app the value of @Environment(\.colorScheme) is correct. The system renders the live activity widget both in light and dark scheme since iOS 17.1 beta 2.

How are you making that work? In mine it just always returns .light