asitis
asitis

Reputation: 3031

'Associate App with the store' option is not showing is visual studio ultimate 2013 for windows phone 8.1 silverlight project

I need to publish my windows phone 8.1 silverlight application to the store. I used Visual Studio 2013 Ultimate for developing the application.

But I could not find 'Associate App with the store' option in the project tab. Lauch app certification kit is the only available option . How do I associate app with the store ? Please help.!

Upvotes: 3

Views: 1526

Answers (3)

Rob Caplan - MSFT
Rob Caplan - MSFT

Reputation: 21889

Silverlight apps don't need to be manually associated with the store. The application ID, etc. will be set automatically on the xap when it is uploaded and signed.

For a Windows Runtime app the "Associate the app with the store" menu will copy the application ID, publisher ID, etc. locally into the appxmanifest.

Upvotes: 2

CCamilo
CCamilo

Reputation: 887

You should select: "Store" -> "Create app package" and follow the steps there.

Here you can find more information: https://msdn.microsoft.com/en-us/library/hh975357.aspx

Upvotes: 0

crea7or
crea7or

Reputation: 4490

Only universal phone app can be associated with the store to be able to bundle it with Windows Store app into one package. It's useless for silverlight apps.

Upvotes: 1

Related Questions