Steffen San
Steffen San

Reputation: 13

WP8 App signing does not always work

We are developing WP8 apps and having trouble with the applications that we signed. We tried almost every combination of SignTool XapSignTool etc... We installed the AETs in the mobile devices and actually this signing was working before. Either with VS 2013 or Windows 8.1 something has changed. The signing is still successful but the device does not recognize the key as a valid key. This is the latest command that we are using:

Edit: The error is: There is a problem with this company app. Contact your company's support person for help.

C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\XapSignTool\xapsigntool.exe sign /SignTool "C:\Program Files (x86)\Windows Kits\8.1\bin\x86" /v /f Path\to.pfx Path\to.xap I tried all combinations of different versions of windows kits signtool etc... I greatly appreciate your suggestions.

Thank you for your time!

Upvotes: 0

Views: 698

Answers (1)

Martin Suchan
Martin Suchan

Reputation: 10620

Are you sure you need to sign your app? When publishing apps to Windows Phone Store you don't need to sign it, you just need to to build it in Release mode and upload the created XAP file, nothing more.

Upvotes: 1

Related Questions