Questions tagged [fabric.io]

Fabric developed by Twitter is a modular mobile platform that makes it easy for developers to build great apps.

The Fabric platform is made of three modular kits that address some of the most common and pervasive challenges that all app developers face: stability, distribution, revenue and identity. It combines the services of Crashlytics, MoPub, Twitter and others to help you build more stable apps, generate revenue through the world’s largest mobile ad exchange and enable you to tap into Twitter’s sign-in systems and rich streams of real-time content for greater distribution and simpler identity.

(source)

97 questions
0
votes
1 answer

Missing dSYM files in Crashlytics Today extension (Bitcode disabled)

The title of this question basically says it all. I enabled Crashlytics in my Today extension, and for some reasons, the dSYMs are not being uploaded, even though I'm not using Bitcode. I tried uploading them manually (from…
Lukas Petr
  • 1,513
  • 16
  • 19
0
votes
0 answers

Fabric.io not updates the portal if not initiate in appDelegate

I have integrated Fabric.io framework in my code. I have a screen to show to user for his acceptance on fabric so I initiates the fabric in that particular screen but this is not working. I mean session is not updating in this flow.. Where as it…
Murali
  • 1,869
  • 1
  • 14
  • 22
0
votes
3 answers

ENABLE_BITCODE issue. Xcode 7 archiving issue

ld: '....../Crashlytics.framework/Crashlytics(CLSInternalReport.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for…
Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277
0
votes
1 answer

Android NoClassDefFoundError crash after new couchbase Lite Jars added

The the same crash happened after I imported Couchbase Lite Android using either Gradle or jars. Couldn't really figure out what's going on here as I didn't touch the code and only dropped the jars into the "libs" folder. // inside Custom…
noooooooob
  • 1,872
  • 3
  • 21
  • 27
0
votes
2 answers

Fabric.io usertimeline loaded event

I'm using a Twitter feed from Fabric.io,. To set up, I'm using this method: final UserTimeline userTimeline = new UserTimeline.Builder() .screenName(screenname) .build(); final TweetTimelineListAdapter adapter = new…
TomCB
  • 3,983
  • 9
  • 40
  • 66
0
votes
1 answer

How to remove tweet images presenting on the Tweetview using iOS fabric.io SDK

I am using iOS fabric.io SDK for Showing Twitter feed. I don't want to show the tweet images presenting on the Tweetview, how to remove the tweet image ?
karthikPrabhu Alagu
  • 3,371
  • 1
  • 21
  • 25
0
votes
2 answers

How to initialise Crashlytics?

I have integrated the Crashlytics library using these steps(as I have done before without any issue) Download plugin from https://fabric.io/onboard/pending Install the plugin on Android Studio Follow instructions, ie allow the plugin to make…
hypd09
  • 1,183
  • 1
  • 15
  • 23
1 2 3 4 5 6
7