I'm getting ""Can't install company app error " when im installing my app xap on windows 8 mobile phone. I want to build the xap through phonegap build.https://build.phonegap.com
My zip contains following file hierarcy
css
js
index.html
config.xml
ic_launcher.png
my config.xml file is
<?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="[email protected]" 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>
Um getting the following error. Can't install company app error -- There is a problem with this comapny app. Please help me out/