-
Notifications
You must be signed in to change notification settings - Fork 410
Open
Labels
bug🐞Something isn't workingSomething isn't working
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Hey 👋
Can't see any events in Event Manager testing tab for my IOS application, for Android all works fone
Seems like it just didn't work
I saw a few same issue but didn't find any solution(
I double checked a Getting Started guide a million times
Can u please check if it really don't work?
Info.plist
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>[Firebase-ID]</string>
<string>fb[App-ID]</string>
</array>
</dict>
</array>
<key>FacebookAppID</key>
<string>[App-ID]</string>
<key>FacebookClientToken</key>
<string>[FacebookClientToken]</string>
<key>FacebookDisplayName</key>
<string>[Name]</string>main.dart
final flutterMetaSdk = FacebookAppEvents();
await flutterMetaSdk.setAdvertiserTracking(enabled: true);
await flutterMetaSdk.setAutoLogAppEventsEnabled(true);Expected Behavior
I can see events in Event Manager
Steps To Reproduce
- Install the plugin
- Try to open Events Manager and find any event there
Platform
iOS
Flutter Doctor
[✓] Flutter (Channel stable, 3.29.0, on macOS 15.3.1 24D70 darwin-arm64, locale en-RU)
[✓] Android toolchain - develop for Android devices (Android SDK version 36.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.0)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2025.1)
[✓] Connected device (4 available)
[✓] Network resourcesMetadata
Metadata
Assignees
Labels
bug🐞Something isn't workingSomething isn't working