1

I am extremely close to publishing my Windows Phone app. However, even though I changed the ApplicationIcon and Background images, the Windows Phone emulator doesn't use them.

Any ideas of why this is not working?

JavaAndCSharp
  • 1,507
  • 3
  • 23
  • 47

2 Answers2

3

Try uninstalling your app from the emulator then stop and restart it before finally deploying again. Seems to get cached sometimes.

Steve Chadbourne
  • 6,873
  • 3
  • 54
  • 82
1

Well, I figured it out.

I needed to unpin the app from the Start screen, then repin it.

Hope this helps someone.

JavaAndCSharp
  • 1,507
  • 3
  • 23
  • 47