Skip to content

Instantly share code, notes, and snippets.

@YuriDenison
Created January 16, 2019 09:52
Show Gist options
  • Save YuriDenison/002bf6c6c76b7fb1ba2b55a380c97673 to your computer and use it in GitHub Desktop.
Save YuriDenison/002bf6c6c76b7fb1ba2b55a380c97673 to your computer and use it in GitHub Desktop.
Appsflyer uninstall token tracking
class AppsflyerInstanceIdListener : FirebaseMessagingService() {
override fun onNewToken(token: String) {
AppsFlyerLib.getInstance().updateServerUninstallToken(applicationContext, token)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment