0

Iam new to Xamarin, I have developed a test(dummy) app in Xamarin.forms. My client wants to test all the three(iOS,Android & windows) generated apps on his devices.

I managed to get the APK file (referred link:how-to-build-your-android-app-for-testing-in-visual-studio). The android apk seems to be working on the device.

I also managed to get PhoneApp1_Release_ARM.xap by building the app under release mode. But the xap file when run on windows device does not work. I get error:

Can't install company app
There's a problem with this company app. Contact your company's support person for help.

Any help would be appreciated.

Arti
  • 2,993
  • 11
  • 68
  • 121
  • Are you not able to physically connect the device to your computer to do a proper side-load? Not sure if you will be able to simply send an iOS App to them to load on their device without it being connected. – hvaughan3 Jan 18 '16 at 13:33
  • I have to send the app files to my client for testing. – Arti Feb 02 '16 at 07:07

1 Answers1

0

Before distributing a company app or a Company Hub app to employees or other users, you must prepare the app for distribution by performing the following tasks:

  • Precompile any managed assemblies that are included in the package into native code.
  • Sign the package with the enterprise certificate that you obtained from Symantec. For more info about obtaining the certificate, see Company app distribution for Windows Phone.

go to this link for detail description about Preparing company apps for distribution for Windows Phone

check this solution also - Cannot install company app on windows phone 8