Reputation: 775
i have a question about certificate for windows phone 8.1 Universal app. I passed these steps but certificate wasn't appeare in project:
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.
Upvotes: 1
Views: 376
Reputation: 1829
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:
Upvotes: 2