Hi!!
Someone knows where I have to modify some config, info.plist, etc for apple skip ipad in apple store, because when I upload my .ipa file to apple store. Ipad screenshots and testing is mandatory in this moment…
Thanks a lot
Hi!!
Someone knows where I have to modify some config, info.plist, etc for apple skip ipad in apple store, because when I upload my .ipa file to apple store. Ipad screenshots and testing is mandatory in this moment…
Thanks a lot
You probably can set it somewhere more verbose, but you can definitely change the devices you’re building for from within Xcode under general --> deployment info --> devices . It’s usually set to universal, change this to iPhone only.
Yes thanks a lot, but i dont have xcode because I am in linux machine!!!
From the config rep of cordova:
https://cordova.apache.org/docs/en/latest/config_ref/
target-device(string) (this is for Apple)
<preference name="target-device" value="iphone" />
Thanks, I put handset regarding documentation, it should be ok too