An app extensibility point for Xbox Live.
This element is optional.
<mx:XboxLive
TitleId = NumberString
PrimaryServiceConfigId = GUIDString
RequireXboxLive = BooleanString />
TitleId
The TitleID uniquely identifying your title to Xbox Live services.
PrimaryServiceConfigId
The service configuration ID for your title.
RequireXboxLive
A boolean flag indicating whether Xbox Live is a requirement for your title.
| Parent elements | <mx:Extension Category="xbox.live"> |
<Extensions>
<mx:Extension Category="xbox.live">
<mx:XboxLive TitleId="your titleID" PrimaryServiceConfigId="your SCID" RequireXboxLive="boolean indicating Xbox Live requirement" />
</mx:Extension>
</Extensions>