Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 624
yoeriboven Avatar asked Jun 07 '16 16:06

yoeriboven


1 Answers

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.

like image 180
Steve Ganem Avatar answered Oct 18 '22 17:10

Steve Ganem