问题
- My Android app has integrated Firebase SDK
- Firebase is linked to Google Play
- I'm using subscriptions only
- In the past there weren't any "in_app_purchase" events automatically reported (comparing to one-time products)
- I do not report "in_app_purchase" manually from the client or server.
But I've got "in_app_purchase" recently with "subscription" (=1) parameter.
https://support.google.com/firebase/answer/7061705?hl=en lists next parameters: product_id, product_name, price, price_is_discounted, value, currency, quantity, app_version
Was there any changes in Firebase/GMS? Any blog posts/docs?
回答1:
Looks like Firebase did enable it recently. I'm seeing "in_app_purchase" events matching my own custom event started ~May 12. And description was changed on https://support.google.com/firebase/answer/6317485?hl=en.
when a user completes an in-app purchase, including an initial subscription, that is processed by the App Store on iTunes or by Google Play
来源:https://stackoverflow.com/questions/53786301/did-firebase-start-reporting-in-app-purchase-for-subscriptions-recently