Search code examples
androidcrashlyticstwitter-fabric

Fabric: "We are building your audience insights. Please update to the latest version of Crashlytics Kit.."


I'm using Fabric/Crashlytics with my Android app. The audience section keeps telling me to update to the latest version of Crashlytics. I've done that. It still keeps telling me to update. How do I fix this?

enter image description here

According to the documentation, the latest Crashlytics version is 2.8.0. https://fabric.io/kits/android/crashlytics/install

That's what I'm using:

    compile('com.crashlytics.sdk.android:crashlytics:2.8.0@aar') {
        transitive = true;
    }

Solution

  • Mike from Fabric here. You can see this error also if there isn't enough information to populate Audience Insights while also protecting user's privacy. There is a minimum threshold of users (which I can't share) that need to overlap between your app and Twitter in order for us to populate the data.