0
votes

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.

1
Does your app use a webview? I see this behavior if I try to load a web view that has errors.rooftop

1 Answers

2
votes

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