简体   繁体   English

更新Windows Tablet应用程序

[英]Updating Windows Tablet Applications

I'm an experienced Windows Desktop developer trying to wrap my head around Windows 10 and the new universal and mobile applications. 我是一位经验丰富的Windows桌面开发人员,致力于将Windows 10以及新的通用和移动应用程序放在首位。 I'm considering writing a windows tablet app for my company and I want to see if there is a way to have it work the way we need it to. 我正在考虑为我的公司编写Windows平板电脑应用程序,我想看看是否有一种方法可以使它按我们需要的方式工作。

Here are the requirements: The app would only run on a few select windows tablets own by the company. 要求如下:该应用程序只能在公司拥有的少数Windows平板电脑上运行。 The app would send information back to a central server and receive data from that same server. 该应用会将信息发送回中央服务器,并从同一服务器接收数据。 The app would need to be updated periodically. 该应用将需要定期更新。

In addition to whether the above is easily possible I need to know: Would I be able to install this app manually (not through the Windows Store) or alternatively could I put it on the windows store and have it only able to be downloaded to those few selected devices? 除了上面的方法是否容易实现之外,我还需要知道:我是否能够手动安装此应用程序(而不是通过Windows Store),或者可以将其放在Windows应用商店中并只能将其下载到选择的设备很少? Would I be able to update the app remotely (either by forcing the update or by allowing the user to install the update). 我能够远程更新应用程序(通过强制更新或允许用户安装更新)。 This would be to avoid having to bring in all the devices in order to patch the app. 这样可以避免必须引入所有设备来修补该应用程序。

Any recommendations as to how to implement this or where to look for information would also be appreciated. 任何关于如何实现这一点或在哪里寻找信息的建议也将不胜感激。

Apps are update-able so you do not need to worry about this. 应用程序是可更新的,因此您不必为此担心。 For Windows Store apps / Universal apps you have several deployment options. 对于Windows应用商店应用程序/通用应用程序,您有几个部署选项。 The public store is only one of them. 公共商店只是其中之一。 You could side-load your app, that might - depending on the number of devices - be a lot of work. 您可以侧加载应用程序,这可能会-需要大量设备,具体取决于设备数量。

Alternatively you can use a central deployment server and connect your phone / device to this server using a company account. 或者,您可以使用中央部署服务器,并使用公司帐户将电话/设备连接到该服务器。 Software is for example Microsoft Intune or Microsoft System Center . 软件例如是Microsoft IntuneMicrosoft System Center

You can find a Channel9 video outlining options for enterprises here: https://channel9.msdn.com/Events/Ignite/2015/BRK3306 您可以在此处找到适用于企业的Channel9视频概述选项: https ://channel9.msdn.com/Events/Ignite/2015/BRK3306

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

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