Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't log UI style if the app is always in light mode or always in dark mode #14

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

mbernson
Copy link
Member

@mbernson mbernson commented Mar 6, 2025

It is possible to put an app permanently into light mode (or dark mode) using the Info.plist key UIUserInterfaceStyle. If this is set to either of these values, the user's dark mode preference has no effect and the app will report the override interface style. In this case, don't include it in the statistics.

…rk mode

It is possible to put an app permanently into light mode (or dark mode) using the Info.plist key `UIUserInterfaceStyle`.
If this is set to either of these values, the user's dark mode preference has no effect and the app will report the override interface style. In this case, don't include it in the statistics.
@mbernson mbernson changed the title Don't log UI style if the app is always in light mode or always in da… Don't log UI style if the app is always in light mode or always in dark mode Mar 6, 2025
@mbernson mbernson merged commit 2f78290 into main Mar 11, 2025
@mbernson mbernson deleted the feature/override-interface-style branch March 11, 2025 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants