How do I Track App Uninstall / Remove Events for iOS using Firebase?

前端 未结 2 1491
不思量自难忘°
不思量自难忘° 2021-02-08 22:21

I need to get monthly uninstall count for iOS using Firebase. I know that for Android, there\'s app_remove event that I can use even if it\'s not really accurate, but it\'s enou

2条回答
  •  故里飘歌
    2021-02-08 23:26

    Right now, you can't track app uninstalls on iOS using Firebase Analytics. It's not a trivial change (I think most SDKs do this by keeping track of messages they get back from the APNs feedback service), but I'll put in a feature request on your behalf.

提交回复
热议问题