I have an App in TestFlight that looks wrong because the fonts are too large. The problem shows up only on one tester's iPhone 13 Pro. If I look at the app in the Simulator, it looks as it should. The App in an earlier version looks fine on the user's phone downloaded from the App store. The App also looks fine for a TestFlight user using an iPhone 12. On the problem phone, the font, Avenir Next Condensed, works fine, but it is just too large, so a text heading becomes garbled. Any ideas would be appreciated. https://www.bserg.org/Screen%20Shot%202022-03-24%20at%209.29.32%20AM.png TestFlight on left, Simulator on right.
Testflight font problem
Have you checked with use he/she has not changed settings for accessibility ?
In addition to accessibility settings, note there’s a global Display Zoom toggle in the Display & Brightness settings (on device) and in the Developer settings (on simulator).
I am experiencing this too, but I am using Flutter / Google fonts package from pub.dev, so not a native codebase. No accessibility settings enabled on my phone. VERY sizable differences between the fonts based on iPhone 12 mini on simulator vs. on TestFlight downloaded on my ACTUAL 12 mini (with no settings). Didn't show up using flutter run --release, so this might be something that happens in the .ipa / binary creation?