Did Firebase start reporting in_app_purchase for subscriptions recently?

风流意气都作罢 提交于 2019-12-22 11:24:09

问题


  1. My Android app has integrated Firebase SDK
  2. Firebase is linked to Google Play
  3. I'm using subscriptions only
  4. In the past there weren't any "in_app_purchase" events automatically reported (comparing to one-time products)
  5. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!