How to Manage Deployment/Upgrades for Internal Mobile Application?

ε祈祈猫儿з 提交于 2019-12-12 04:11:28

问题


I'm creating a UWP application that will be used exclusively on rugged Win10 tablets by a group of initially 10-20. If things go well it will be expanded to 100 users. These users are employees of our company, but will be remotely located.

Currently, with the test tablets, I am pushing the packages in google drive and manually copying them to the tablets, unzipping and executing the ps file on the tablet. This is way to complicated for even a beta test group of our users.

I'm looking for short-term/long-term recommendations for deployment. Someone mentioned SCCM to me and I've read a little, but that seems like quite a major endeavor to host. I would prefer something like a "private store" concept, but I can't find anything like that.


回答1:


You can create a private store for your company. The best solution is probably to use Windows Store for Business. http://www.microsoft.com/en-us/business-store

Microsoft Azure Active Directory (AD) accounts for your employees are needed if you select this solution.

An alternative way is to use HockeyApp http://hockeyapp.net to deploy your application.




回答2:


According to your description, HockeyApp should meet your requirement. Via HockeyApp, you can upload and distribute builds for beta or enterprise distribution using our web UI, or our API. HockeyApp also supports build servers like Jenkins or Visual Studio Team Services. Don't forget to upload your dSYM or mapping.txt to get readable crash reports.

With HockeySDK for UWP integrated, you can also:

Integrate our open-source SDK to:

  • Collect crash reports

  • Show update alerts for new beta builds

  • Add a feedback view directly into your app

For more information, please visit support.hockeyapp.net.



来源:https://stackoverflow.com/questions/36647510/how-to-manage-deployment-upgrades-for-internal-mobile-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!