Where is DisplayName, Description and PublisherDisplay from the app manifest used?
-
2. srpna 2012 14:10
Is there a doc that describes where the properties of the apps manifest are used in display strings?
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest"> <Properties> <DisplayName></DisplayName> <Description></Description> <PublisherDisplayName></PublisherDisplayName> <Logo>images\storelogo.png</Logo> </Properties>
Where is DisplayName, Description and PublisherDisplay name used?
Všechny reakce
-
3. srpna 2012 16:51
The DisplayName and PublisherDisplayName are used by the store for search and app listing results. These properties are only important once you are ready to submit to the store and have reserved them there. The Description field is optional and is not currently used, though the Application Description is used by the Set Default Programs in Control Panel. Package Description is available via the PackageManager API so someone could try to use them down the road.
You should have a look at http://msdn.microsoft.com/en-us/library/windows/apps/hh694077.aspx#name_appears for information on naming and describing your app and http://msdn.microsoft.com/en-us/library/windows/apps/hh694075.aspx for information on what metadata is required for the Windows Store.
- Navržen jako odpověď Gearard BolandMicrosoft Employee 6. srpna 2012 17:11
- Označen jako odpověď phil_ke 7. srpna 2012 11:22
-
6. srpna 2012 14:04Thanks! So where is the description text used? Also I think using the DisplayName as a tooltip is wrong. Thats what the description property is there for.
- Upravený phil_ke 6. srpna 2012 14:09
-
6. srpna 2012 17:11The package description is not currently used, as noted, which is why it is optional. The application description shows up in the Set Default Programs UI in Windows.