但我最近有"in_app_purchase“(=1)参数。
https://support.google.com/firebase/answer/7061705?hl=en列出了接下来的参数: product_id、product_name、价格、price_is_discounted、价值、货币、数量、app_version
Firebase/GMS是否有任何变化?有博客文章/文档吗?
发布于 2019-05-26 20:46:04
看来Firebase最近确实启用了它。我看到"in_app_purchase“事件与我自己的自定义事件相匹配,开始于5月12日,https://support.google.com/firebase/answer/6317485?hl=en上的描述也发生了变化。
当用户完成应用程序内购买时,(包括初始订阅)将由应用程序商店在iTunes上或由Google Play处理。
https://stackoverflow.com/questions/53786301
复制相似问题