You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firebase documentation states the following on tracking in app purchases with storekit 2
However the logTransaction() is not available in capacitor-firebase and logging the event using FirebaseAnalytics.logEvent({name: 'in_app_purchase', params: {productIdentifier: productIdentifier}});
gives the following log message: 10.24.0 - [FirebaseAnalytics][I-ACS013006] Event name is reserved. Ignoring event: in_app_purchase
Expected behavior
I would expect to be able to log an iOS StoreKit 2 purchase. This is now not possible because google analytics expects the key_event name to be in_app_purchase which is reserved..
Plugin(s)
Version
6.0.0
Platform(s)
Current behavior
Firebase documentation states the following on tracking in app purchases with storekit 2
However the
logTransaction()
is not available incapacitor-firebase
and logging the event usingFirebaseAnalytics.logEvent({name: 'in_app_purchase', params: {productIdentifier: productIdentifier}});
gives the following log message:
10.24.0 - [FirebaseAnalytics][I-ACS013006] Event name is reserved. Ignoring event: in_app_purchase
Expected behavior
I would expect to be able to log an iOS StoreKit 2 purchase. This is now not possible because google analytics expects the key_event name to be
in_app_purchase
which is reserved..Reproduction
Steps to reproduce
Other information
Docs: https://firebase.google.com/docs/analytics/measure-in-app-purchases
Capacitor doctor
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 6.0.0
@capacitor/core: 6.0.0
@capacitor/android: 6.0.0
@capacitor/ios: 6.0.0
Installed Dependencies:
@capacitor/android: not installed
@capacitor/cli: 6.0.0
@capacitor/ios: 6.0.0
@capacitor/core: 6.0.0
[success] iOS looking great! 👌
Before submitting
The text was updated successfully, but these errors were encountered: