Detect when your windows 8 app is uninstalled?

痴心易碎 提交于 2019-12-11 23:16:47

问题


How can I tell using c# or winjs when your app that the user downloaded is being uninstalled?

Can you call home, or try to save the client by giving/redirecting them to a site with an exit poll?


回答1:


Not supported. A key goal with the Windows Store is to make it seamless and painless for consumers to try apps. One result of this is that Store apps don't have any control over or hooks into install/uninstall processes. Bottom line is that the act of uninstall is not a time to try to exercise user engagement strategies. :)



来源:https://stackoverflow.com/questions/23376311/detect-when-your-windows-8-app-is-uninstalled

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