yoeriboven
yoeriboven

Reputation: 3571

Tracking in-app billing with Firebase

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

Answers (1)

Steve Ganem
Steve Ganem

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

Related Questions