WMAppManifest Error Windows 8 phone
Hi,
Try unticking ID_CAP_CAMERA in Capabilities list please. This should help: http://msdn.microsoft.com/en-us/libra...
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi,
Try unticking ID_CAP_CAMERA in Capabilities list please. This should help: http://msdn.microsoft.com/en-us/libra...
Hi,
I have deleted only ID_CAP_CAMERA from WMAppManifest.xml after converted to VS 2013 project. The application was installed on devices but i can't run it. No error, no message. Only black screen appears and disappears for 1 second.
precode
<?xml version="1.0" encoding="utf-8"?>
<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2012/deployment" AppPlatformVersion="8.0">
<DefaultLanguage xmlns="" code="" />
<App xmlns="" ProductID="{c51db92d-bbb2-4491-91c9-94fb29bc19d1}" Title="promobi" RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" Author="Max author" BitsPerPixel="32" Description="Apache Cordova for Windows Phone 7" Publisher="Max" PublisherID="{93b119a1-0214-4bf9-b735-52afd892b983}">
<IconPath IsRelative="true" IsResource="false">ApplicationIcon.png</IconPath>
<Capabilities>
<Capability Name="ID_CAP_IDENTITY_DEVICE" />
<Capability Name="ID_CAP_IDENTITY_USER" />
<Capability Name="ID_CAP_LOCATION" />
<Capability Name="ID_CAP_NETWORKING" />
<Capability Name="ID_CAP_WEBBROWSERCOMPONENT" />
<Capability Name="ID_CAP_APPOINTMENTS" />
<Capability Name="ID_CAP_CONTACTS" />
<Capability Name="ID_CAP_ISV_CAMERA" />
<Capability Name="ID_CAP_MICROPHONE" />
<Capability Name="ID_CAP_PHONEDIALER" />
<Capability Name="ID_CAP_PUSH_NOTIFICATION" />
<Capability Name="ID_CAP_SENSORS" />
<Capability Name="ID_CAP_MEDIALIB_AUDIO" />
<Capability Name="ID_CAP_MEDIALIB_PHOTO" />
<Capability Name="ID_CAP_MEDIALIB_PLAYBACK" />
</Capabilities>
<Tasks>
<DefaultTask Name="default" NavigationPage="MainPage.xaml" />
</Tasks>
<Tokens>
<PrimaryToken TokenID="MaxToken" TaskName="default">
<TemplateFlip>
<SmallImageURI IsResource="false" IsRelative="true">Background.png</SmallImageURI>
<Count>0</Count>
<BackgroundImageURI IsResource="false" IsRelative="true">Background.png</BackgroundImageURI>
<Title>Max</Title>
<BackContent></BackContent>
<BackBackgroundImageURI></BackBackgroundImageURI>
<BackTitle></BackTitle>
<DeviceLockImageURI></DeviceLockImageURI>
<HasLarge>false</HasLarge>
</TemplateFlip>
</PrimaryToken>
</Tokens>
<ScreenResolutions>
<ScreenResolution Name="ID_RESOLUTION_WVGA" />
<ScreenResolution Name="ID_RESOLUTION_WXGA" />
<ScreenResolution Name="ID_RESOLUTION_HD720P" />
</ScreenResolutions>
<Requirements>
<Requirement Name="ID_REQ_FRONTCAMERA" />
</Requirements>
</App>
</Deployment>
<!-- WPSDK Version 8.0.9900 -->
/code/pre
Comment out the isv camera in the capabilities name line see if that works, let me know I'm still experimenting too,
I hope appery will update soon, if not I will have to look for another avenue.
part of the issue is the cross over I've tried with no success will keep you updated.
I am working today but will put a list together what I have tried maybe together we can find a work around
I have deleted ID_CAP_ISV_CAMERA but no result. install ok but app does not working.
Hello! Could you clarify what do you mena on "app does not working"? Are there any errors?
No errors, no messages. I click icon of app. Black screen shows very fast and app is closed. Any page of app doesn't appear. The same app works on android.
This is my project http://sdrv.ms/1eOYwP3.
Your still require Id camera in your requirements list try taking or commenting out that line see if it helps. Sorry this is all trial and error so its best to comment out the lines so you can track what you have done and go back to it if you need to
Keep in mind this code is like a check list, one line at a time