oddbit / flutter_facebook_app_events

Flutter Plugin for Facebook App Events
https://pub.dev/packages/facebook_app_events
Apache License 2.0
129 stars 331 forks source link

[Bug]: Custom events don't show up #392

Open Yusufkulcu opened 2 weeks ago

Yusufkulcu commented 2 weeks ago

Is there an existing issue for this?

Current Behavior

The ready-made events in the package are visible, but the custom events are not visible.

Expected Behavior

Appearance of all events

Steps To Reproduce

No response

Platform

Android, iOS

Flutter Doctor

Everything is smooth
antonoddbit commented 2 weeks ago

Hi @Yusufkulcu could you explain more about the custom events? is there is some removed parameter on newest FacebookSDK or FBAudienceNetwork?

Yusufkulcu commented 2 weeks ago

Hi @Yusufkulcu could you explain more about the custom events? is there is some removed parameter on newest FacebookSDK or FBAudienceNetwork?

@antonoddbit

I don't think it is a deleted parameter. I am using the current version of the library. Events such as shopping and purchasing are shown, but custom ones are not visible.

Yusufkulcu commented 2 weeks ago

@antonoddbit Please can you help

antonoddbit commented 1 week ago

@Yusufkulcu We are investigating that issue

antonoddbit commented 1 week ago

@Yusufkulcu do you call the app event function when calling the custom event?

emrszr commented 3 days ago

same issue, any progress?