8vius
8vius

Reputation: 5836

iOS - White screen when testing on iPad

I'm building an iPhone app, and it works fine when I test it in the simulator. I don't have an iPhone for testing, but my app is configured to be iPhone only, so I'm trying to run it in the iPad. When I run it either in the iPad simulator or the iPad itself all I get is a blank screen, any idea what could be happening?

My app use to be a Universal app, but I switched it to iPhone only to test on the iPad since I don't have an iPhone to test.

Upvotes: 0

Views: 2217

Answers (1)

Jonas Schnelli
Jonas Schnelli

Reputation: 10005

Check your build settings.

Change "Targeted Device Family" from "iPhone/iPad" to "iPhone" and you will see it in your small iPhone "simulator" on your iPad.

Check my screenshot:

enter image description here

Upvotes: 2

Related Questions