Search code examples
c#windows-phone-8.1appxmanifest

How to change default images in Windows Phone 8.1 app?


I'm trying to pass certification using the Windows app cert kit but I'm getting an error due to using the default images for tiles, splash screen and logo.

I know this is because I need to replace these default images with my own but when I try to change the images in the Package.appxmanifest the is no option in the Application to change these images.

I've looked in the WMAppmanifest also but there is no option to change.

enter image description here

Does anyone know how I can get access to where the images are being set?


Solution

  • Looks like you're using WP 8.1 Silverlight.

    To edit those settings using the GUI, you need to double click on the WMAppManifest.xaml in the Properties folder under the solution.

    enter image description here