Windows Phone Option Not Showing


hi,

 

i'm trying build app windows phone, i've added platform using cli , added 3 preferences (windows-appx-target, windows-arch , windows-identity-name) , build option windows doesn't appear.

 

is there i'm missing?

 

here's config:

 

<?xml version='1.0' encoding='utf-8'?>

<widget id="com.inclusivemediasolutions.easyvideo" version="0.0.3" versioncode="300" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">

    <name>easyvideo</name>

    <description>easyvideo – 'how to' videos learning disabilities play on smart device</description>

    <icon src="logo.png" />

    <author email="will@inclusivemediasolutions.co.uk" href="http://www.inclusivemediasolutions.co.uk/">inclusive media solutions</author>

    <content src="index.html" />

    <plugin name="cordova-plugin-whitelist" />

    <plugin name="cordova-plugin-splashscreen" />

    <plugin name="phonegap-plugin-barcodescanner" />

    <plugin name="cordova-plugin-device" />

    <access origin="*" />

    <allow-intent href="http://*/*" />

    <allow-intent href="https://*/*" />

    <allow-intent href="tel:*" />

    <allow-intent href="sms:*" />

    <allow-intent href="mailto:*" />

    <allow-intent href="geo:*" />

    <preference name="phonegap-version" value="cli-6.3.0" />

    <preference name="splashscreen" value="screen" />

    <preference name="fadesplashscreen" value="false" />

    <preference name="splashscreendelay" value="2000" />

    <preference name="splashmaintainaspectratio" value="true" />

    <preference name="splashshowonlyfirsttime" value="false" />

    <preference name="showsplashscreenspinner" value="false" />

    <preference name="windows-appx-target" value="8.1-phone" />

    <preference name="windows-arch" value="anycpu" />

    <preference name="windows-identity-name" value="inclusivemediasolutionslt.easyvideo" />

    <splash src="res/screen/default.png" />

    <platform name="android">

        <allow-intent href="market:*" />

        <icon density="ldpi" src="res/android/ldpi.png" />

        <icon density="mdpi" src="res/android/mdpi.png" />

        <icon density="hdpi" src="res/android/hdpi.png" />

        <icon density="xhdpi" src="res/android/xhdpi.png" />

        <splash density="land-hdpi" src="res/screen/android/splash-land-hdpi.png" />

        <splash density="land-ldpi" src="res/screen/android/splash-land-ldpi.png" />

        <splash density="land-mdpi" src="res/screen/android/splash-land-mdpi.png" />

        <splash density="land-xhdpi" src="res/screen/android/splash-land-xhdpi.png" />

        <splash density="port-hdpi" src="res/screen/android/splash-port-hdpi.png" />

        <splash density="port-ldpi" src="res/screen/android/splash-port-ldpi.png" />

        <splash density="port-mdpi" src="res/screen/android/splash-port-mdpi.png" />

        <splash density="port-xhdpi" src="res/screen/android/splash-port-xhdpi.png" />

    </platform>

    <platform name="ios">

        <allow-intent href="itms:*" />

        <allow-intent href="itms-apps:*" />

        <icon height="180" src="res/ios/icon-60@3x.png" width="180" />

        <icon height="60" src="res/ios/icon-60.png" width="60" />

        <icon height="120" src="res/ios/icon-60@2x.png" width="120" />

        <icon height="76" src="res/ios/icon-76.png" width="76" />

        <icon height="152" src="res/ios/icon-76@2x.png" width="152" />

        <icon height="40" src="res/ios/icon-40.png" width="40" />

        <icon height="80" src="res/ios/icon-40@2x.png" width="80" />

        <icon height="57" src="res/ios/icon.png" width="57" />

        <icon height="114" src="res/ios/icon@2x.png" width="114" />

        <icon height="72" src="res/ios/icon-72.png" width="72" />

        <icon height="144" src="res/ios/icon-72@2x.png" width="144" />

        <icon height="29" src="res/ios/icon-small.png" width="29" />

        <icon height="58" src="res/ios/icon-small@2x.png" width="58" />

        <icon height="50" src="res/ios/icon-50.png" width="50" />

        <icon height="100" src="res/ios/icon-50@2x.png" width="100" />

        <splash height="480" src="res/screen/ios/default~iphone.png" width="320" />

        <splash height="960" src="res/screen/ios/default@2x~iphone.png" width="640" />

        <splash height="1024" src="res/screen/ios/default-portrait~ipad.png" width="768" />

        <splash height="2048" src="res/screen/ios/default-portrait@2x~ipad.png" width="1536" />

        <splash height="768" src="res/screen/ios/default-landscape~ipad.png" width="1024" />

        <splash height="1536" src="res/screen/ios/default-landscape@2x~ipad.png" width="2048" />

        <splash height="1136" src="res/screen/ios/default-568h@2x~iphone.png" width="640" />

        <splash height="1334" src="res/screen/ios/default-667h.png" width="750" />

        <splash height="2208" src="res/screen/ios/default-736h.png" width="1242" />

        <splash height="1242" src="res/screen/ios/default-landscape-736h.png" width="2208" />

    </platform>

    <engine name="windows" spec="~4.3.2" />

</widget>

 

thanks in advance.

you don't have platform element windows and/or winphone.

see configuring | phonegap docs

 

i've added platform using cli

why? using phonegap build, aren't you?



More discussions in PhoneGap Build


adobe

Comments

Popular posts from this blog

Illustrator CS6 Ocurrío un error E/S en el archivo.

Why is os_ViewContainer running?

Animate - problem with duplicating scripts after loop