facebook / facebook-sdk-for-unity

The facebook sdk for unity.
https://developers.facebook.com/docs/unity
Other
490 stars 257 forks source link

Unity Facebook auto-logging app event not working properly #601

Open henry-dreamo opened 2 years ago

henry-dreamo commented 2 years ago

Checklist

Environment

Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:

Goals

We're making a game in Unity, and we're using the FacebookSDK. We are currently experiencing an issue with App Events. Auto Logging App Event is checked in Facebook Setting. App activation and deactivation, and fb_sdk_settings_changed events work properly. However, the in-app purchase event does not come. When I searched the community, I saw two answers saying no.

link link2

I read an article that said it was measured but had different issues.

link

Other than that, I couldn't find any additional answers that helped me. Do you know if there is any special work to be done?

Unity 2021.3.8 , Facebook Unity SDK 11.0.0

fahall commented 2 years ago

Possibly related to: https://github.com/facebook/facebook-sdk-for-unity/issues/608

tommygwu commented 2 years ago

@henry-dreamo did you ever figure out a solution? We have the exact same problem

henry-dreamo commented 2 years ago

@tommygwu The auto-loggin event didn't work, so I responded by adding the event manually.

albert-pixel commented 2 years ago

Same problem here, but we are also unable to log events manually. Only App activation and deactivation event work :(