Replies: 1 comment 1 reply
-
|
i am also using the newest version of flutter_facebook_app_events, with Facebook SDK 18.0 installed but can not see the test events or my test device eventlogs. It says 'please upgrade your sdk' but it is already pod 'FBSDKCoreKit', '~> 18.0.0' |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
It seems that it is not possible to log real time events using Event Manager Test Events view. My app should be properly configured as events are being logged, I just can't get the real time Test Events view to work. I follow the recommendations from Meta:
However there are a couple of things I have noticed. First of all, this banner is present:

I am using the newest version of flutter_facebook_app_events, with Facebook SDK 18.0 installed. It seems like facebook event manager is not able to detect facebook sdk correctly, because when I inspect event details I can see this:

But filtering events on sdk version, I see nothing:

So the events are logged, but there is something wrong with the tracking of metadata to Events Manager. Anyone else have the same issue or any thoughts to why this is happening?
Beta Was this translation helpful? Give feedback.
All reactions