简体   繁体   English

如何与客户端共享Windows 8应用程序

[英]How to share windows 8 app with clients

I am making a windows 8 app for one of our clients. 我正在为我们的一位客户制作Windows 8应用程序。 How can i share the app with them so that they can install it on their windows 8 phone and test it. 我如何与他们共享该应用程序,以便他们可以将其安装在Windows 8手机上并进行测试。

I tried sharing the xmp file, but when they try to install the app it says "Not a company app". 我尝试共享xmp文件,但是当他们尝试安装该应用程序时,它显示“不是公司应用程序”。 I do have a windows dev company account with me, but not able to figure out how to get the app installed on my clients windows 8 phone. 我确实有一个Windows开发公司帐户,但无法弄清楚如何在我的客户Windows 8手机上安装该应用程序。

Please help. 请帮忙。

There are a few options to "ad-hoc" distribute your alpha/beta version: 有一些选项可以“临时”分发您的alpha / beta版本:

  • Company app distribution for Windows Phone to read more about this option visit this link Windows Phone的公司应用程序分发,以了解有关此选项的更多信息,请访问此链接

  • You can publish the app to the Marketplace using the Hide from users browsing or searching the Store so it will be private, only users with a link will be able to access it 您可以使用“对用户隐藏或浏览”或“搜索”商店将应用发布到市场,使其成为私有应用,只有具有链接的用户才能访问它

  • you can use the Beta app distribution (i believe there is a limit of few thousand users using a beta version, 10000 maybe? you have to add email addresses of users manually) 您可以使用Beta版应用分发版(我认为使用Beta版的用户数限制为几千,也许是10000?您必须手动添加用户的电子邮件地址)

  • Windows Intune for Direct Management of Windows Phone devices . Windows Intune用于Windows Phone设备的直接管理 You can "distribute applications to users in either of the following ways: External link or Software installer 您可以通过以下两种方式之一“将应用程序分发给用户: 外部链接软件安装程序
    Details on MSDN 有关MSDN的详细信息

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何私下将Windows kmdf驱动程序分发给客户端 - How to distribute a windows kmdf driver to clients privately Windows批处理文件以连接以共享和执行应用 - Windows batch file to connect to share and execute app Cordova Windows在不同设备之间共享应用程序 - Cordova windows share app between different devices 当密钥或证书每 1-2 年到期时,如何在多个客户端上安装 Windows 应用程序以访问 Azure 保险库 - How to get a Windows App installed on multiple clients to access Azure Vault when the secret or certificate expires every 1-2 years 如何从 Windows 8 照片应用程序中获取路径作为共享目标? - How do I get the Path from the Windows 8 Photos App as a Share Target? 如何要求访问.NET胖客户端应用程序中的Windows共享? - How can I demand access to a Windows share in a .NET thick-client app? 如何将分享按钮添加到Windows 10移动UWP应用程序的CommandBar并共享其功能? - How to add Share button to the CommandBar of a Windows 10 Mobile UWP App and sharing capabilities to it? 如何从Windows服务器联系Linux ClearCase客户端 - How to contact linux ClearCase clients from Windows servers 如何在CentOS服务器上使用YUM在多个客户端上安装Windows更新 - How to install windows updates on multiple clients using YUM on CentOS server 如何在windows和virtualbox之间共享目录? - How to share a directory between windows and virtualbox?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM