Reputation: 1514
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?
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;
}
Upvotes: 3
Views: 201
Reputation: 16249
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.
Upvotes: 1