Chris Gonzales
Chris Gonzales

Reputation: 1282

Setting Xbox Dashboard Images in XNA

I am wondering if there is a way in XNA to set the Xbox dashboard images (see image). I know that this can be done through the App hub when it is published, however, we would like to have this done before publication.

Thank you in advanced for your response.

XNA Game missing cover image on Xbox.

Upvotes: 1

Views: 247

Answers (2)

fassetar
fassetar

Reputation: 620

You can not set the image in your project until it is reviewed by others and published onto the xbox live. http://xboxforums.create.msdn.com/forums/p/109442/647571.aspx

Upvotes: 1

Xenon
Xenon

Reputation: 3185

There doesn't appear to be much information available on this issue.

From my own knowledge of how it works, those images are downloaded from the Xbox LIVE service rather than bundled with your game, and there is no API available in the XNA Framework that allows you to bundle and display that image.

Upvotes: 4

Related Questions