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?
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?
If you don't want to have tablet version use :
<preference name="target-device" value="handset" />
in your config.xml . More info here