Skip to content

Suivi des désinstallations

Découvrez comment configurer le suivi des désinstallations via le SDK de Braze. Pour des informations générales, consultez le guide de l’utilisateur : Désinstaller le suivi.

Setting up uninstall tracking

Step 1: Set up FCM

The Android Braze SDK uses Firebase Cloud Messaging (FCM) to send silent push notifications, which are used to collect uninstall tracking analytics. If you haven’t already, set up or migrate to the Firebase Cloud Messaging API for push notifications.

Step 2: Manually detect uninstall tracking (optional)

By default, the Android Braze SDK will automatically detect and ignore silent push notifications related to uninstall tracking. However, you choose to manually detect uninstall tracking using the isUninstallTrackingPush() method.

Step 3: Remove automatic server pings

A silent push notification will wake your app and instantiate the Application component if it app isn’t already running. So, if you have a custom Application subclass, remove any logic that automatically pings your servers during your Application.onCreate() lifecycle method.

Step 4: Enable uninstall tracking

Finally, enable uninstall tracking in Braze. For a full walkthrough, see Enable uninstall tracking.

guide/swift/analytics/tracking_uninstalls.md developer_ %}

CETTE PAGE A-T-ELLE ÉTÉ UTILE?
New Stuff!