Reputation: 3571
After adding Firebase Analytics to my iOS and Android app the revenue of the iOS in-app purchases are automatically tracked in Firebase, but the Android in-app purchases are not.
Do I have to write extra code for the Android version?
Upvotes: 12
Views: 9606
Reputation: 10851
No extra code is necessary.
You need to link your Firebase app to Google Play in order for those in-app purchases to be reported in Firebase Analytics. You can do so in the Firebase Project Settings->Account Linking section.
Upvotes: 19