I'm using Cordova and then XDK.
When exporting using Cordova, I select handset only and I can see the Config.xml file contains the line:
<preference name="target-device" value="handset" />
However, when I upload to itunes Connect, it indicates that the binary is also for the iPad.
Is there anything that I can do? I've seen this question here, as well on Stack Overflow, and no one is really giving any answers.
Do I have to use XCODE (somehow)?