0

I have an app that I coded in phoneGap and built with phoneGap build. When I upload it to iTunes it wants me to publish screenshots for the iPad version, but I do not want to offer an iPad version.

Is this something I would change in my config.xml?

Mike
  • 6,751
  • 23
  • 75
  • 132
  • I believe ipads can use iphone apps, so I believe you should be able to ignore it (haven't personally tested this yet though) – bozdoz Jan 21 '17 at 03:09

1 Answers1

1

If you don't want to have tablet version use :

<preference name="target-device" value="handset" />

in your config.xml . More info here

Theodoros
  • 153
  • 10
  • I did that but apparently apple will not allow you to change it once published as iPad compatible.... – Mike Jan 23 '17 at 01:25