0

I've created an app, target iOS 8, it works fine on simulator, iphone 4, iphone 5s, but when i test it on an iPad, the app shows on iphone 4 format..

The app does not support ipad. Just wondering why it doesnt show 4 Inch on an iPad.

Any ideas why it does that?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
daviddev38
  • 33
  • 7
  • Please check your build setting. Make the app universal (both iPad and iPhone) compatible. – Vijay Masiwal May 05 '15 at 13:22
  • so you want to know the reason or want to show specific size in iPad? – vichevstefan May 05 '15 at 13:25
  • I don't want to support ipad. But some users will download the app on ipad even though the app isn't available on ipad. if they do, i dont want them to see it on a 3.5 inch screen, but 4 inch. – daviddev38 May 05 '15 at 13:27
  • If you don't support iPad devices, your app will always be shown as a 3.5 inch device, like i've posted in my answer. – Javito_009 May 05 '15 at 13:30

2 Answers2

0

Please check your build setting. Make the app universal (both iPad and iPhone) compatible. Here is an screenshot

enter image description here

Vijay Masiwal
  • 1,153
  • 8
  • 12
0

It is the default (and the only one, i think) behavior for running iPhone-only, not universal, apps on iPad.

Hope it helps.

PS: this answer for another question explain a bit more.

Community
  • 1
  • 1
Javito_009
  • 40
  • 7