barryalan2633
barryalan2633

Reputation: 840

Testing app colors are off when deplying through TestFlight

I am ready to test my app using TestFlight. I have gone through the whole process and have installed the app through the testFlight app in order to test it. When I Open it however, I noticed that the colors are way off which causes some UI elements to not be visible.

I have no idea what could be causing this and therefore have no hints as to how to fix it.

When I run the app into my device from Xcode it looks fine.

Test Flight app: Test Flight Image

Xcode run: Xcode run screenshot

Upvotes: 0

Views: 231

Answers (1)

Darren Galvin
Darren Galvin

Reputation: 1

The penny dropped for me, after hours of rebuilding, resubmitting etc.

DARK MODE... , need I say more :(

If so, check if your phone is on Dark or Light Mode, and if you have a theme for both.

It worked for me.

Upvotes: 0

Related Questions