简体   繁体   English

是否可以在 Windows 商店中将应用程序设为私有?

[英]Is it possible to make an application private in windows store?

I have created an Windows 8 store application for a small business using visual studios 2012, C# and xaml.我使用 Visual Studios 2012、C# 和 xaml 为小型企业创建了一个 Windows 8 商店应用程序。 The problem I am having is when I side load the application it requires a developer license every 30 days which the company is not happy with.我遇到的问题是,当我加载应用程序时,它每 30 天需要一个开发人员许可证,而公司对此并不满意。 The company do not want the application made available to the public hence my hesitation to put the application on windows store.该公司不希望向公众提供该应用程序,因此我犹豫是否将该应用程序放在 Windows 商店中。 So as side loading does not seem acceptable are there any suggestions on how to make an application private (only downloadable by people I choose) in windows store?因此,由于侧加载似乎不可接受,是否有任何关于如何在 Windows 商店中将应用程序设为私有(仅可由我选择的人下载)的建议?

  1. You can perform sideloading without developer licence, but Enterprise or Professional version of Windows is required.您可以在没有开发人员许可证的情况下执行旁加载,但需要企业版或专业版的 Windows。

  2. System Center allows you to deploy private app to the company managed devices. System Center 允许您将私有应用程序部署到公司管理的设备。 Windows Intune allows you to create private Company App Hub Windows Intune 允许您创建私人公司应用程序中心

  3. There is promise to create Windows Store for businesses, where apps will be available only for company employess, or contractors.有承诺为企业创建 Windows 应用商店,其中应用程序仅适用于公司员工或承包商。 Azure Active Directory accounts will be required.将需要 Azure Active Directory 帐户。 http://www.techradar.com/news/software/business-software/microsoft-will-launch-windows-store-for-business-with-windows-10-1292471 http://www.techradar.com/news/software/business-software/microsoft-will-launch-windows-store-for-business-with-windows-10-1292471

Go for Windows store.去 Windows 商店。 On the process of creating your app in the store you can select several availability of your app.在商店中创建应用程序的过程中,您可以选择应用程序的多个可用性。 1. Make app available publicly 2. Restrict to certain countries 3. Only the people you allow can download the app (people you chose must have a live account) 4. Make the app visible via a URL. 1. 使应用程序公开可用 2. 限制在某些国家/地区 3. 只有您允许的人才能下载该应用程序(您选择的人必须拥有真实帐户) 4. 通过 URL 使该应用程序可见。 (People who had the URL can access the app) 5. Use promotional code. (拥有 URL 的人可以访问该应用程序) 5. 使用促销代码。 (People who have the code can access the app) (拥有代码的人可以访问该应用程序)

Only drawback is some of these options will only work if the end users are using Windows 10. Let me know if you require more info.唯一的缺点是其中一些选项仅在最终用户使用 Windows 10 时才有效。如果您需要更多信息,请告诉我。 I've done this before.我以前做过这个。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM