capacitor-community / firebase-analytics

Enable Firebase Analytics for Capacitor Apps
MIT License
160 stars 64 forks source link

In app purchases not reported from Android #177

Closed AEiosApp closed 7 months ago

AEiosApp commented 7 months ago

Describe the bug

In app purchase events are not reported / tracked from Android app.

I have same codebase for iOS & Android:

Screenshots

Screenshot 2024-02-08 at 11 27 57 AM

Additional context

"@capacitor/app": "^5.0.0", "@capacitor/android": "^5.5.1", "@capacitor-community/firebase-analytics": "^5.0.1",

AEiosApp commented 7 months ago

Sorry, not an issue of the plugin.

Just in case, anyone will face this issue, now you have to enable Google Play Console integration in Project Settings in order to get revenue data.

image