Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] App Install Events Not Being Mapped Despite Correct Configuration #598

Open
AndVald opened this issue Jan 24, 2025 · 0 comments
Open

Comments

@AndVald
Copy link

AndVald commented Jan 24, 2025

[Android] App Install Events Not Being Mapped Despite Correct Configuration

Description

Problem

The App Install events are not being mapped on Android despite following the configuration steps provided in the official documentation. However, other types of events, such as [e.g., "Trial" or "Custom Events"], are being sent and appear correctly in Facebook Events Manager.

Environment

  • react-native-fbsdk-next: 13.4.0,
  • React Native: 0.76.5
  • Platform: Android
  • App Installation Method: Local installation via Android Studio or download from Play Store

Steps to Reproduce

  1. Install and configure the react-native-fbsdk-next package following the documentation.
  2. Add the necessary configurations in AndroidManifest.xml, including:
    <meta-data
        android:name="com.facebook.sdk.ApplicationId"
        android:value="@string/facebook_app_id" />
    <meta-data
        android:name="com.facebook.sdk.AutoLogAppEventsEnabled"
        android:value="true" />
    <meta-data
        android:name="com.facebook.sdk.AdvertiserIDCollectionEnabled"
        android:value="true" />
  3. Launch the app, trigger an action that should fire the app install event, and verify it in Facebook Events Manager.

Expected Behavior

The fb_mobile_install event should appear in Facebook Events Manager under the app’s events section.

Actual Behavior

The install event (fb_mobile_install) does not appear in Facebook Events Manager App Installs Standard Event.

Questions

Are there additional configurations required on Android for the install event to work correctly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant