Windows Phone 8 Error - Installation of the application failed -


i working on windows phone 8 project deploying company app through hockeyapp. have .pfx file generated our symantec cert , correct .aetx file installed on device.

if take .xap file intend deploy , copy somewhere separate , test deploying using xapdeploy.exe tool, install silently , work properly. use xapsigntool sign .xap against .pfx ("xapsigntool success: signed = c:\xxx").

when attempt test signed xap xapdeploy tool error "error - installation of application failed. run time error has occurred. fix capabilities in wmappmanifest.xml file." if deploy file hockeyapp install silently fail on device , appear sit there after download.

does know causing after code signing?

i able resolve issue. first, codesigned xap not run in emulator unless have installed aet file on current running version of emulator. so, incorrect me to expect not see failure after xap signed.

i encountered other issues when deploying device. resolved making sure publisher id guid same publisher id used symantec cert.

also, opposed using xapsigningtool directly ended using powershell script runs both mdilxapcompile , signs xap in single step (making post-build step easy write). ps script buildmdilxap.ps1 found under \program files (x86)\microsoft sdks\windows phone\v8.0\tools\mdilxapcompile\ , ships sdk apparently.


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -