Certain custom events dont fire[Issue]: #260
Replies: 5 comments 1 reply
-
This looks like it's implemented as it should. Most of the methods in flutter_facebook_app_events/lib/facebook_app_events.dart Lines 147 to 154 in 8bca71d My guess would be that you need to either provide Please add some value in the |
Beta Was this translation helpful? Give feedback.
-
Thanks ill add some parameters and try. |
Beta Was this translation helpful? Give feedback.
-
How did it work out for you @tauqeer-cs? |
Beta Was this translation helpful? Give feedback.
-
@DennisAlund sorry I was away for some days , yes I tried added parameter to that event which was not reaching FB but after tried it didnt work out. Its odd , it work with dev app but on prod that specific events never showed. |
Beta Was this translation helpful? Give feedback.
-
Thank you for following up. Seems odd and could there be a configuration difference on your Facebook project perhaps? I'll move this issue to a discussion instead since it doesn't seem to be a technical issue or bug. |
Beta Was this translation helpful? Give feedback.
-
Is there an existing issue for this?
Current Behavior
We have made a class in which we have static method to log the fb custom event. We almost get all the events but there is some specific event that never trigger for us. For example RegisterPersonalDetails is events is never shows up on events page but we also dont get any exception too.
Example of how we call out static method
Class code.
Expected Behavior
The problem is commen with iOS and Android.
Call AnalyticService.logEvent(name: "RegisterPersonalDetails").
Steps To Reproduce
Using facebook_app_events: ^0.16.0
Call
Platform
Android
Flutter Doctor
Beta Was this translation helpful? Give feedback.
All reactions