Note that there are some explanatory texts on larger screens.

plurals
  1. POCannot install company app on windows phone 8
    primarykey
    data
    text
    <p>We are developing a company app for windows phone 8.</p> <p>I have followed every step described in <a href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj206943%28v=vs.105%29.aspx">Company app distribution for Windows Phone</a></p> <p>Here is what I did:</p> <ul> <li>Registered company account </li> <li>Bought an enterprise certificate from Symantec. </li> <li>Exported PFX file with private key </li> <li>Generated Enrollment Token (AETX file) from PFX.</li> <li>Developed application, built with visual studio and get xap file generated. (Name it App.xap)</li> <li>Precompiled managed assemblies and Signed it with certificate using BuildMDILXap.ps1 powershell script. (All messages indicated success).</li> <li>Hosted AETX and signed XAP file on our web server.</li> </ul> <p>At this point, when a wp8 phone tries to download XAP file without first installing AETX, The phone gives proper error message: "Before you install this app, you need to add XXXX company account. Contact your company's support person for help". </p> <p>After installing AETX, when wp8 phone tries to install XAP file, the phone asks for confirmation: "Would you like to install App1 from XXXX?" After clicking "install" button, nothing happens. There is no success message, no error message, no indication of installation, and the application does not show in application list.</p> <p>I have also tried sending AETX and XAP files over email (in case internet explorer or iis cannot handle file types), same result.</p> <p>I have also tried doing the same for our company hub app, same result.</p> <p>As far as I understand, company hub app is just another app (of course for different purpose) and both normal app and hub app can be distributed same way (over web address or email etc), right?</p> <p>What is wrong? Cannot find the problem here? Any ideas?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload