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.