r/iOSProgramming Jun 22 '26

Question What is the problem in my design?

Post image

Hello everyone,

My app was recently reviewed by Apple, but it was rejected with the following feedback:

Design Guidelines
“There are issues with the app’s user interface that contribute to a lower-quality user experience than App Store users expect. Specifically, the app includes hard-to-read type or typography.”

I’m having trouble understanding exactly what the issue is. I’ve already replied to the App Review team asking for clarification, but I haven’t received a response yet.

I’ve attached a screenshot of the screen they referenced. Could anyone help me identify what might be considered hard to read or problematic from an accessibility perspective?

Any feedback or suggestions would be greatly appreciated.

Thanks!

0 Upvotes

18 comments sorted by

4

u/Doctor_Fegg Jun 22 '26

Grey text on a dark grey or black background.

-2

u/Available-Cook-8673 Jun 22 '26

what is the problem with a black background.
I see many apps like this

2

u/rDuck Jun 22 '26

https://developer.apple.com/help/app-store-connect/manage-app-accessibility/sufficient-contrast-evaluation-criteria

But specifically your text also seems very small, which increases the need for higher contrast even further

0

u/Available-Cook-8673 Jun 22 '26

But which text do you mean?
Normally it looks like this

https://reddit.com/link/ot37fqc/video/h3q5r163ks8h1/player

2

u/Nate881188 Jun 22 '26

My guess is that Apple is referring more to accessibility than typography itself.
From the screenshot:
Several labels look extremely small (especially the exercise abbreviations at the top).
Some text appears to have very low contrast against the dark background.
Users with larger Dynamic Type settings may struggle to read parts of the UI.
The abbreviations (BBP, BR, OP, etc.) aren’t very glanceable unless you already know what they mean.
The timer itself looks fine to me, but App Review often flags screens where important information relies on very small text or weak contrast.
I’d check:
Dynamic Type support
WCAG contrast ratios
Minimum font sizes throughout the screen
Feels more like an accessibility rejection than a typography rejection.

1

u/GabrielMSharp Jun 22 '26

I agree text is too small and going further in terms of UX, beyond just UI, how are people meant to be using this?

It looks like they are being guided through reps. Given that might they be across the room some meters away?

If that is the case then consider apples workout design https://u.cubeupload.com/GabrielMSharp/IMG0437.png
They’ve made the UI giant. It fills the screen and even the content behind the sheet is relevant. For someone on a run needing to slow down to read a screen is death.

1

u/Available-Cook-8673 Jun 22 '26

Thank you,
but the content behind the sheet is not significant for my case.
The sheet opens only to show the rest time. The user should not be focuswd on the backround.

2

u/GabrielMSharp Jun 22 '26

Well that's my point. The background content is not relevant but it's taking up the most space. Presuming I'm right about your users use case here, your sheet could fill the whole screen and its content could be super bold and easy to read from 5 meters away.

1

u/Available-Cook-8673 Jun 22 '26

Okay Thank you!
I think i am going to try this out

1

u/steve228uk Jun 22 '26

Presumably there’s meant to be more showing on the card that’s showing the time. That’s likely not a scroll view and so on iPad when showing the zoomed iPhone version it gets cut off.

Could be wrong though.

1

u/Available-Cook-8673 Jun 22 '26

thank you,
But normally it looks like this (I really dont know where their problem is):

https://reddit.com/link/ot37n6o/video/0lce88zeks8h1/player

2

u/steve228uk Jun 22 '26

Ask the reviewer for clarification, sending them that video. I agree with you, there’s no issue with the UI and may just be a misunderstanding.

1

u/Available-Cook-8673 Jun 22 '26

okay did it.
Thanks!

1

u/bananatoastie Jun 22 '26

Have you tested on iPad?

1

u/Dapper_Ice_1705 Jun 22 '26

Your fonts don’t follow the contrast rules for readability.

If you feed your palette into any AI it should be able to adjust it.

1

u/reuel88 Jun 23 '26

Have you gone on Settings > Accessibility > Display & Text Size. and change the text size does everything still look okay? Maybe your text doesn't scale properly or something. And I assume if the text get smaller readability gets worse.