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?

有帮助吗?

解决方案

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. :)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top