How to get store certificate for Win phone 8.1 app? - windows-phone-8.1

i have a question about certificate for windows phone 8.1 Universal app.
I passed these steps but certificate wasn't appeare in project:
I open it in Visual Studio 2015.
Right click project and choose Store=>Associate app with store
I log in my microsoft developer account and choose app from the list
I checke information about Publisher, Package and so on and press next
After these steps Package.StoreAssociation.xml is created, but AppName_StoreKey.pfx isn't.
Please, help me. What should I do to get AppName_StoreKey.pfx certificate.
(I don't need test certificate).
Thank you.

For my experience, only Windows 8.1 app project will contain a TemporaryKey.pfx file. If you create a universal Windows 8.1 app, it will include an AppName.Windows_TemporaryKey.pfx file under the Windows 8.1 project but not Windows Phone 8.1. This should also apply to the _StoreKey.pfx.
But it won't make effect on your package submission. Just make sure you have associated your app with the Store, the identity info will be aligned automatically. You can still manage to upload your package:
Updated:
Also, you can check the two Windows universal 8.1 package manifests in designer.
The Windows 8.1 package manifest have the choose certificate option while Windows phone 8.1 does not:

Related

Windows Phone Emulator 8 can't install Xamarin application

I have created a Xamarin application and compiled to Release. It was succesfully tested on an Android emulator so I decided to deploy it to a Windows Phone 8.0 Emulator.
I tried to use the Application Deployment but it cannot install because it starts the emulator that never boots, it shows OS starting (starting the emulator on its own is working).
So I downloaded it to the phone and when I try to open it, it says:
Can't install company app. There is a problem with this company app.
Contact your company's support person for help.
Why is the app considered company app? How can I install it to the emulator? What should I set?
The solution consists of two steps.
The company app issue is present because I've downloaded the application from a website, so it is unsafe (the source is the Internet). I have to install it through application deployment (via Visual Studio 2013 or the Windows Phone Application Deployment application).
The second step is to discard (and uninstall) Windows Phone 8.0 and change to Windows Phone 8.1. That helps a lot.

How to package and upload my Cordova App to Windows Store from Visual Studio 2013

We paid a developer account in Windows Store (enterprise).
We created a Cordova 3.7 app for Windows Phone 8.1 and even we could test directly on a phone with Windows 8.1 from Visual Studio 2013 and everything worked in the hardware.
therefore, We begin to fill in the details for the App We need to publish in the store.
There is a section in which we are asked to upload a packaged App so here We have the chance of selecting it on the disk.
Our problem is We don't know how to create the pack and where in the disk Visual Studio left it.
We started to search in msdn.microsoft.com and these are the ideas we could get (but still couldn't make a pack):
1) Every where in MSDN they talk about a STORE option on Visual Studio. We can see this option in the ppal menu but all its options are disabled.
But in a forum, after searching a lot, We could figure out that this is normal for Cordova Apps on Visual Studio 2013 because they are considered as Silverlight Apps.
Then We find out again a doc in MSDN about uploading Silverlight Apps to Win Store. They say this kind of Apps must be packed and uploaded by hand.
2) So We focused in find out how to prepare a Windows Phone Silverlight 8.1 app for publishing.
This is a link in MSDN :http://msdn.microsoft.com/en-us/library/windows/apps/dn655122(v=vs.105).aspx
But a new problem comes out, We don’t have any Package.appxmanifest.xml file in our project but only have aWMAppManifest.xml file.
We finally find out only Windows Phone 8.1 projects on Visual Studio have the Package.appxmanifest.xml file and it seems that my Cordova Project was generated like a kind of a Win Phone 8.0, what is not that bad because we want our App to be supported by Windows P. 8.0 and 8.1 devices.
But at the end of all this journey, we are stuck at the first step again. So we realized we don't know how pack a Windows Phone 8 (Cordova) App in order to be uploaded to Windows Store.
How and where Visual Studio 2013 make the pack and what is the extension name of this file.
The App, as I said, is ok and can be deployed and executed OK in a real phone from Visual Studio (run button)
Sorry, We know the question is large but We wanted to clear what We had reached so you know What We are asking and What We could have done bad just in case.
Thanks in advance, We think a lot of people could profit of the answer of experts in this matter because a summary is needed, the info in MSDN seem disperse.
You cannot upload a Windows Phone Silverlight xap to the Windows Store, only to the Windows Phone store. To upload to the Windows Phone store you won't need the Package.appxmanifest for a Windows Phone 8 app (only for a Windows Phone 8.1 app).
You'll upload the xap file created when you build for release with the normal build process. You don't need to do any further modifications for a Silverlight app.
You can create either Windows Phone or Windows Store apps with Visual Studio Tools for Apache Cordova
Use Project->Store->Create App Packages.. from visual studio menu.
http://taco.visualstudio.com/en-us/docs/tutorial-package-publish-readme/#package-the-windows-version-of-your-app

Unable to Create App package (the .appxupload file) in Visual Studio 2013 for a windows phone 8 app

Create App pakages option is disabled..
Cuz i have to upload my app package so as to publish it.. so am stuck with it.
i Have also logind with my developer microsoft account to0.
Edit:
actually in Visual Studio 2013,
in PROJECT > STORE> (all the options available are disabled)... so this the problem.
If your app is Windows Phone 8.1 App, you can create appx package using project -> store in vs.
But if your app is Windows Phone 8 App or Windows Phone Silverlight 8.1 App, you don't need to create appx file, the only file you need is xap file in Bin/Release(or Debug) folder. When you publish it, just upload your xap file is OK.
Happened the same to me, and (after 20 minutes of VS restarts), I realized the Project needs to be selected instead of the Solution at the Solution Explorer.
This way all Store options are enabled again.

How can I deploy my windows phone 8.1 app?

I have just updated my Visual Studio Professional 2013 with update 2 RC. I made a simple app to try. I choose to release and click the build button in projects but it isn't work for creating xxxx.appx file. It's creating xxx.exe and other files.
How can I create .appx package in 8.1 ?
Like windows phone 8.0 apps for windows phone store 8.1 apps there is no.xap file is created after running the app.Windows phone store 8.1 apps are deployed through windows store with .appx file.So that you have to right click on the on project, go to store, create app package.You wont get a xap but an appx, which is the new xap.
For more info see this http://social.msdn.microsoft.com/Forums/wpapps/en-US/f12b250e-0799-4595-ab12-bf26131e249a/no-xap-file-being-generated?forum=wptools#4661ad6e-d434-4df8-8de9-2723fae7fa78

How do you set up Windows Ads in Windows 8.1 MonoGame Store apps?

I'm using MonoGame to create a Windows Store game based on sprites but when I right-click my project and try to add pubCenter integration in as a connected service it doesn't have the option to add any connected services.
That being said, how would you add pubCenter Windows Ads in to MonoGame applications?
I am using Windows 8.1 and Visual Studio 2013, with the latest Advertising SDK extension installed correctly on my machine.
Whoops, looks like I forgot to set my project's Target Platform Version to Windows 8.1! Hope this helps other people out; the latest build (as of right now) enables your platform to only Windows 8 by default.