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?
source
share