Is there a way for a customer of a UWP app to rollback to a previous version?

…衆ロ難τιáo~ 提交于 2019-12-23 02:32:21

问题


For Universal Windows apps that are distributed via the Windows Store (i.e. not sideloaded), what should a customer be directed to do if your latest version causes them problems and they would like to essentially "undo" the update?


回答1:


Once the app is updated to the latest version the customer can't take any action to roll back. If it is actually a problem with the app, you'll have to fix it as quickly as possible*, and if it's just a fluke your only option is to do your best to help them get it working again.

*If you are using something like GitHub and using it correctly, you should be able to quickly roll out the previous update, essentially "rolling back" the app. Also, if you still have the previous app packages (which you should) you can just re-release them.




回答2:


From my experience(two years) I think its not possible. Haven't seen it as an option. If you don't have the package in your packages folder and you have Version control in your project, get an older version of your app and send him the package.

Even better fix the problems. Many of my customers had problems that I solved and works perfect for them.



来源:https://stackoverflow.com/questions/35468127/is-there-a-way-for-a-customer-of-a-uwp-app-to-rollback-to-a-previous-version

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