StoreIds specified, as shown in the following code.
Features can contain more than one tag attribute, separated by semicolons. A chunk is included for installation if any of the tags in the chunk are included by an active feature. The
# symbol installs a tag if the tags on both side of the # are active.Localizing feature display names
The localization ofDisplayNames is done the same way as localization of name attributes within the MicrosoftGame.config file. This is done by using the ms-resource:name format, along with the .resw files that are in the strings directory of your game, and the per-locale strings in appropriately named subdirectories. For more information, see MicrosoftGame.Config Localization
The localized string values and images that are used with MicrosoftGame.config and Intelligent Delivery aren’t encrypted within published packages, neither in developer sandboxes nor retail. Use placeholder values in your game for the title, icons, and any sensitive content. Sensitive content includes any content that’s referenced by Intelligent Delivery during development, prior to public disclosure of your title, or specific content that’s found within your title.
Hidden features
Features are marked hidden, which prevents users from deciding whether they’re shown as selectable options at the time of installation, or when managing the shell after your title is installed. Take care when using hidden features, because the only way to add or remove them is by using APIs within your title. Any bugs uncovered in your title could result in inaccessible content until you provide a content update to fix those bugs. The following code is an example of a feature marked as hidden.Checking feature installation status
You can use features to check for the presence of all chunks with tags that are specified by that feature. When performing these runtime queries, the Device and Language specifiers are taken into consideration. If you have device or language-specific content within your feature, it will still return astrue so long as one language, and all chunks applicable to the current device within that feature, are installed.
For example, if the Campaign Feature’s assets are contained in chunks 8000, 8001, and 8002, instead of calling the XPackageFindChunkAvailability method to determine whether that set of chunks is fully installed and playable, you can tag all three chunks with the custom tag “campaign1”, and reference “campaign1” in your Campaign Feature. You can then call the XPackageFindChunkAvailability method by using the XPackageChunkSelector with the Campaign Feature ID to easily get the installation status of that set of data.
Reference API documentation
- XPackage (API contents)
- Functions
- Structures
