-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Description
After I started using StoreKit 2, I noticed that on iOS the auto-collected in_app_purchase events stopped being sent on the analytics side.
According to this doc:
https://firebase.google.com/docs/analytics/measure-in-app-purchases#implementation-apple
it says that we now need to track these events manually, and for that the Analytics SDK should be 12.5.0 or above. But the latest version of the current react-native-firebase SDK (23.5.0) still seems to use Firebase iOS SDK 12.4.
Will you guys be supporting an event trigger like the one shown in the link? And do you maybe have an estimated timeline for switching to Firebase iOS SDK 12.5 or higher?
omeryilmazel and ziyadogramaci-hubx