More features in the App Hub than in WMAppManifest.xml

I developed an application using Silverlight XNA with AdDuplex (for Silverlight 1.2.3) and Scoreloop (Core Social 1.2.0).

I defined the capabilities of my application in WMAppManifest.xmlhow

<Capabilities>
    <Capability Name="ID_CAP_NETWORKING"/>
    <Capability Name="ID_CAP_MEDIALIB"/>
    <Capability Name="ID_CAP_IDENTITY_DEVICE"/>
</Capabilities>`

and each function works correctly. (Sorry, I don’t know how to enter <here. Help me edit it.)

However, after I sent it, it appears in the App Hub as

Required Device capabilities
data services 
music and video library
web browser 
owner identity 
XNA framework 
Silverlight framework 
phone identity 
trial 

Although I later run the Markeplace test suite, it shows the same thing.

My question is:

Where owner identityand from web browser?

Why does the App Hub cancel my decision?

+3
source share
1 answer

, , . , , .

owner identity Microsoft.Phone.Info.UserExtendedProperties ( , ).

web browser , , Microsoft.Phone.Controls.WebBrowser.

, , %programfiles(x86)%\Microsoft SDKs\Windows Phone\v7.1\Tools\Marketplace\Rules.xml .

+3

All Articles