oddbit / flutter_facebook_app_events

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

[Bug]: Facebook doesn't receive events (android app) #365

Open dima1422 opened 1 week ago

dima1422 commented 1 week ago

Is there an existing issue for this?

Current Behavior

In the iOS application everything works well, but in Android I don’t see events in the Facebook event manager.

Expected Behavior

I need to see events in the Facebook event manager.

Steps To Reproduce

I followed all the setup recommendations from here. https://pub.dev/packages/facebook_app_events

Then I should see the events here https://business.facebook.com/events_manager2

Platform

Android

Flutter Doctor

[✓] Flutter (Channel stable, 3.19.6, on macOS 14.4.1 23E224 darwin-arm64, locale en-RU)
    • Flutter version 3.19.6 on channel stable at /Users/dima1422/Documents/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 54e66469a9 (2 months ago), 2024-04-17 13:08:03 -0700
    • Engine revision c4cd48e186
    • Dart version 3.3.4
    • DevTools version 2.31.1

[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
    • Android SDK at /Users/dima1422/Library/Android/sdk
    • Platform android-34, build-tools 34.0.0
    • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11609105)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 15F31d
    • CocoaPods version 1.15.2

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2024.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11609105)

[✓] Connected device (3 available)
    • iPhone (mobile) • 00008130-001C45EC0A10001C • ios            • iOS 17.5.1 21F90
    • macOS (desktop) • macos                     • darwin-arm64   • macOS 14.4.1 23E224 darwin-arm64
    • Chrome (web)    • chrome                    • web-javascript • Google Chrome 126.0.6478.127
    ! Device emulator-5554 is offline.

[✓] Network resources
    • All expected network resources are available.
icebergnero27 commented 1 week ago

Hi @dima1422 do you check the Android event on a simulator? I see your iOS mobile but no Android phone. If the problem persists in a real device, please re-check your android_id setting in your XML file.