Search code examples
c#win-universal-appwindows-10-universalwindows-10-mobile

Is there a way to get notified when a UWP is uninstalled?


I'm developing a UWP app and I'd like to know if there is a way to get notified as soon as a user uninstall my app.

Is there something like a "uninstalled" notification callback through Azure WNS?


Solution

  • No, nothing like this. Your bets bet would be integrate some kind of analytics service and compare active users to installs.