sriram
sriram

Reputation: 9052

Changing my xap name in windows phone app

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

Answers (3)

MengMeng
MengMeng

Reputation: 1024

Find your app's WMAppManifest.xml file.

and change the Title Node in App.

Upvotes: 3

Milan Aggarwal
Milan Aggarwal

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

ellic
ellic

Reputation: 798

You can change your app's display name in the WMAppManifest.xml, which is under the Properties of the project.

Upvotes: 2

Related Questions