Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法我们可以跟踪安装我们的应用程序的用户,当用户卸载时,我们也应该得到响应,该特定用户已卸载..Android 市场如何跟踪已卸载的应用程序?
开发者帐户有一个仪表板,您可以从中找到有多少活动安装。对于 Google 来说,跟踪已卸载的应用程序很容易,因为您从它下载的所有应用程序都与一个 gmail 帐户相关联,并且每当您访问市场时,它们都会根据该帐户列出更新。
如果您想跟踪安装和卸载,您可以像许多其他应用程序一样拥有自己的应用程序激活/注册模块。我不确定您将如何跟踪卸载。