0

We are using appsflyer sdk for uninstall tracking. We are just using GCM and not integrated firebase-messaging. Is it ok to keep using only gcm with appsflyer even after appsflyer sdk 4.7 +

Changdeo Jadhav
  • 706
  • 9
  • 23
  • From week 33, business has reported issue that uninstall events are underrated (received less events on appsflyer than expected). I was in doubt that may be we need to integrate firebase-messaging – Changdeo Jadhav Oct 09 '17 at 03:44

1 Answers1

2

Is it ok to keep using only GCM with appsflyer even after sdk 4.7 +

Yes, AppsFlyer SDK v4.7.+ supports both GCM and Firebase

From week 33, business has reported issue that uninstall events are underrated (received less events on appsflyer than expected).

First of all you can contact [email protected] about discrepancy.

I was in doubt that may be we need to integrate firebase-messaging

You can read answered question HERE

Maxim Shoustin
  • 77,483
  • 27
  • 203
  • 225
  • Thanks for your answer. So I can continue using GCM. In our code we have a service extended from InstanceIDListenerService to handle token refresh. But it was not registered in manifest. I think that could have been issue. – Changdeo Jadhav Oct 11 '17 at 09:29