Phonegap Build + Windows phone app +"无法安装公司应用程序错误"

时间:2015-12-12 11:37:30

标签: html cordova windows-phone-8 phonegap-build

我得到""无法安装公司应用错误"当我在Windows 8手机上安装我的应用程序xap时。我想通过phonegap build构建xap。https://build.phonegap.com

我的zip包含以下文件hierarcy

css
js
index.html
config.xml
ic_launcher.png

我的config.xml文件是

<?xml version='1.0' encoding='utf-8'?>
<widget id="io.cordova.hellocordova" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <name>Roadrunner</name>
    <description>
       Be prepared on road - Navigational app focus towards road safety
    </description>
    <author email="dev@cordova.apache.org" href="http://cordova.io">
        Apache Cordova Team
    </author>
    <content src="index.html" />
    <plugin name="cordova-plugin-whitelist" version="1" />
    <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:*" />
    <platform name="winphone">

    </platform>
</widget>

嗯得到以下错误。 无法安装公司应用程序错误 - 此comapny应用程序存在问题。 请帮帮我/

1 个答案:

答案 0 :(得分:0)

更改您的应用ID

<widget id="io.cordova.hellocordova"

<widget id="com.yourcompanydomain"