简体   繁体   中英

How to know a particular user uninstall the app (iOS & Android)?

I want to know how to track uninstallation of the app, I know that with the Firebase we can get the total number of same. But not which is required by me.

Please let me know if there is any other SDK or could it be handle by the google analytics or FCM analytics.

There are lot of tools available individually on ios and on android, if you are looking for a common tool, you Should Use FireBase Analytics https://support.google.com/firebase/answer/6317485?hl=en

Look for event - app_remove .

Firebase can be used in both iOS and Android and you can also log custom events to get specific information that you need.

Also refer to this link https://firebase.google.com/docs/reference/ios/firebaseanalytics/api/reference/Classes/FIRAnalytics

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM