top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

what is meant by Manifest editor and its four different sections in windows phone application?

+1 vote
241 views
what is meant by Manifest editor and its four different sections in windows phone application?
posted Dec 2, 2014 by Puhal

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Yes I already Explain about Manifest file in this following link check it out:

http://tech.queryhome.com/68014/what-is-meant-by-manifest-file

Now i explain about the Manifest sections:

Four different sections:

Application UI:

Features all the information about the look of the application once it is installed on the phone, like the title, supported resolutions, template, and standard images to use as the main Tile.

Capabilities:

Lists all the hardware and software features the application can use, like the camera, geolocalization services, networking, etc. In most cases, using a feature for which the specific capabilities have not been declared will lead to an exception when the application is executed. In this book I will note every time we use a feature that requires a specific capability.

Requirements:

Lists specific hardware features that can be used by your app, like the camera or NFC. If you set requirements, people that own phones without these specific hardware features won’t be able to download the app.

Packaging:

Defines the features of the package that will be published in the store, like the author, publisher, default language, and supported languages.

answer Dec 3, 2014 by Jdk
Similar Questions
+1 vote

what is the use of MainPage.Xaml and we can edit this file by our own once i run this project this only display give some suggestion about this projects?

+1 vote

In windows phone i need to know the usage of Manifest file any one let me update about that

...