You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Daniel Hough (JIRA)" <ji...@apache.org> on 2014/05/14 11:16:22 UTC

[jira] [Updated] (CB-6688) "target-device" preference in config.xml is completely ignored for iOS

     [ https://issues.apache.org/jira/browse/CB-6688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Hough updated CB-6688:
-----------------------------

    Description: 
The following line in config.xml should cause the xcodeproj generated to have it's "Targeted Device Family" different depending on the value. For instance, "handset" should cause it to be "iPhone". Yet, even when "handset" is chose, it becomes a universal (iPad/iPhone) app.

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

This is a *real* problem, because if you don't realise that this is happening when you submit to the App Store after three hours of screenshots and descriptions, you're rejected because there are no iPad screenshots.



> "target-device" preference in config.xml is completely ignored for iOS
> ----------------------------------------------------------------------
>
>                 Key: CB-6688
>                 URL: https://issues.apache.org/jira/browse/CB-6688
>             Project: Apache Cordova
>          Issue Type: Bug
>    Affects Versions: 3.4.0
>            Reporter: Daniel Hough
>
> The following line in config.xml should cause the xcodeproj generated to have it's "Targeted Device Family" different depending on the value. For instance, "handset" should cause it to be "iPhone". Yet, even when "handset" is chose, it becomes a universal (iPad/iPhone) app.
> <preference name="target-device" value="handset" />
> This is a *real* problem, because if you don't realise that this is happening when you submit to the App Store after three hours of screenshots and descriptions, you're rejected because there are no iPad screenshots.



--
This message was sent by Atlassian JIRA
(v6.2#6252)