firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.55k stars 1.45k forks source link

In-app purchases not automatically logged in Firebase Analytics on Mac Catalyst #9629

Open gregggreg opened 2 years ago

gregggreg commented 2 years ago

Step 0: Are you in the right place?

[REQUIRED] Step 1: Describe your environment

[REQUIRED] Step 2: Describe the problem

When using the SDK on iOS/iPadOS, in-app purchases made in the app using StoreKit 1 are automatically logged and appear in Firebase Analytics under the in_app_purchase event. However, I have an app that also supports Mac Catalyst and I've noticed that all of the in-app purchases that take place on Mac Catalyst are not showing up in Firebase.

Steps to reproduce:

Include the Firebase Analytics SDK in an app for iOS and Catalyst. Make an in-app purchase using StoreKit 1 in iOS and see a in_app_purchase event is logged automatically. Make the same purchase on the Mac Catalyst version of the app and see that it is not logged.

Relevant Code:

// TODO(you): code here to reproduce the problem
google-oss-bot commented 2 years ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

huangzhiquan497 commented 2 years ago

i have a seam issue

Moriquendi commented 2 years ago

Same

ivanmoskalev commented 1 year ago

Same