• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Android: Crashlytics integration

Community Beginner ,
Nov 13, 2019 Nov 13, 2019

Copy link to clipboard

Copied

We have Firebase integrated in our app for cloud messaging and analytics. Trying to add Crashlytics.

I have added crashlytics in ANE and Provider in app-xml.

 

<meta-data android:name="firebase_crashlytics_collection_enabled" android:value="false" />
             
<provider 
    android:name="com.crashlytics.android.CrashlyticsInitProvider"
    android:authorities="{APP_ID}.crashlyticsinitprovider"
    android:exported="false"
    android:initOrder="90" />

 

 

But Crashlytics is not getting initialised. Instead I'm getting below error.

 

The Crashlytics build ID is missing. This occurs when Crashlytics tooling is absent from your app's build configuration. Please review Crashlytics onboarding instructions and ensure you have a valid Crashlytics account.

 

Any idea what is the issue here.

TOPICS
Development

Views

525

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 24, 2020 Aug 24, 2020

Copy link to clipboard

Copied

LATEST

Late but still want to tell.

Firstly, check your package name in your firebase (default air application package name "air.<YOUR_PACKAGE_NAME>")

Secondly, be sure your SHA1 key is added to firebase.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines