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

Unexpected "Invalid app id" error #1226

Open
5 tasks done
michal-chojnacki opened this issue Nov 28, 2023 · 1 comment
Open
5 tasks done

Unexpected "Invalid app id" error #1226

michal-chojnacki opened this issue Nov 28, 2023 · 1 comment

Comments

@michal-chojnacki
Copy link

michal-chojnacki commented Nov 28, 2023

Checklist before submitting a bug report

Java version

17

Android version

14

Android SDK version

16.2.0

Installation platform & version

Gradle

Package

Login

Goals

Sign user in

Expected results

User is successuly signed

Actual results

"Invalid app id" error:

Zrzut ekranu 2023-11-28 o 15 37 20

Steps to reproduce

Unfortunately I have no steps to reproduce.

During testing of my app I've been reported that one user is not able to sign in by Facebook due to "Invalid app id" error. I wasn't able to reproduce this error, all my attempts for many devices were working correctly. For the user who encountered the problem signing in started working after reinstalling the app.

This id is provided in the app by the manifest metadata

        <meta-data
            android:name="com.facebook.sdk.ApplicationId"
            android:value="@string/facebook_app_id" />

Do you have any idea what could caused the error? What can I do in my app to make sure this problem will not happen in the future?

@Sahril1235
Copy link

    <meta-data
        android:name="com.facebook.sdk.ApplicationId"
        android:value="@string/facebook_app_id" />

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

No branches or pull requests

2 participants