Reputation: 9052
I have created a new project called Graphics
and I coded it and submitted the app to windows market place. But it seems that the term Graphics
term is very generic and for that reason my app got failed. They have mentioned it to change the XAP name.
Are there any ways to do it?
Upvotes: 3
Views: 1917
Reputation: 1024
Find your app's WMAppManifest.xml file.
and change the Title Node in App.
Upvotes: 3
Reputation: 5104
Double click on properties
in your solution explorer
and click on Application
tab on the left. Change the required details. Xap file
name, Title
and other options which you want to change.
Upvotes: 10
Reputation: 798
You can change your app's display name in the WMAppManifest.xml, which is under the Properties of the project.
Upvotes: 2