flutter_facebook_app_events icon indicating copy to clipboard operation
flutter_facebook_app_events copied to clipboard

Aggregated Event Measurement

Open ldemyanenko opened this issue 3 years ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

Looks like Facebook implemented new feature for Event Measurement optimisation It is an IOS side only improvement. Is there a way to use Aggregated Event Measurement with this plugin?

Expected Behavior

Would be great to if this functionality would be available.

Steps To Reproduce

No response

Platform

iOS

Flutter Doctor

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.2.3, on macOS 12.3.1 21E258 darwin-arm, locale
    en-UA)
[✓] Android toolchain - develop for Android devices (Android SDK version 32.0.0)
[✓] Xcode - develop for iOS and macOS
[✓] Chrome - develop for the web
[!] Android Studio (version 2020.3)
    ✗ Unable to find bundled Java version.
[✓] Connected device (3 available)

! Doctor found issues in 1 category.

ldemyanenko avatar Jul 15 '22 12:07 ldemyanenko

I have the exact same problem. This pull request seems fixing it. https://github.com/oddbit/flutter_facebook_app_events/pull/236 @wwnOddbit could you check it please? You just merged "Bumping up FBSDK version to v14.1.0", so after this issue is completed, it is time to new version. Thank you for this library, it saves tons of time for us.

There is detailed explanation docs: https://developers.facebook.com/docs/app-events/guides/aggregated-event-measurement/

ibrahimdevs avatar Jul 26 '22 12:07 ibrahimdevs