Skip to content

[Bug]: IOS only: can't see events in Event Manager at all #446

@ekinsdrow

Description

@ekinsdrow

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

  1. Install the plugin
  2. 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 resources

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug🐞Something isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions