Questions tagged [twitter-fabric]

Twitter Fabric was a mobile SDK and platform which allows developers to build better apps. It is now owned by Google. This tag should not be used anymore, use [google-fabric] instead.

Fabric is a mobile SDK and platform which allows developers to build, understand, and grow their apps.

Note: Now that Google owns Fabric, there is a [google-fabric] tag.

The platform consists of many Kits or SDKs - Answers, Crashlytics, Digits, AdMob and others that address many of the major issues faced by developers, such as stability, distribution, and revenue and identity.

Useful links

870 questions
18
votes
2 answers

Xcode: can't build, duplicate symbol - ld: 305 duplicate symbols for architecture arm64

I'm having trouble building my Xcode project to device and simulator. I'm receiving a bunch of duplicate symbol errors for CrashlyticsFramework and Fabric.framework. Error looks something like this: duplicate symbol…
Joseph Lau
  • 243
  • 2
  • 8
17
votes
2 answers

How to return value from a Closure in Swift?

So I am using fabric plugin/Twitter-kit to use twitter api in my application. I want to get the image URL of profile picture of a celebrity. here is my code below. func getImageURL(celebrity :String) -> String{ var imageURL = "" let client…
Ajay
  • 403
  • 2
  • 5
  • 13
17
votes
3 answers

Exception in plugin Fabric for Android Studio

I've installed the latest Fabric plugin for Android Studio and it run fine for a while. Just after updating to Android Studio 1.1.0 I got this in event log: And the NullPointerException: update failed for AnAction with…
16
votes
5 answers

How to effectively group non fatal exceptions in Crashlytics (Fabrics)?

We are using Crashlytics in our app as the crash reporting tool. For Android native crashes, it's working fine and grouping the crashes correctly. Our app also has few components in react-native. For the crashes which occur in these components, we…
16
votes
1 answer

duplicate symbol linker error when adding crashlytics and fabric

I am adding both Fabric and Crashlytics in pod file. When I update pods I get linker error with duplicate symbol. I'm finding here that it has got same files in both Fabric.framework and Crashlytics.framework but how can I resolve this issue from my…
nOOb iOS
  • 1,384
  • 2
  • 19
  • 37
16
votes
3 answers

Fabric requesting dSYM that's not in archive or iTunes Connect dSYM file

I have an app with Crashlytics installed. To get the dSYM files for it, I've always gone to Window/Organizer, right click to show in finder, right click "show package contents" and go to the dSYM directory to get them. In this instance, Crashlytics…
Adrian
  • 16,233
  • 18
  • 112
  • 180
16
votes
4 answers

Why my fabric plugin blank after distribute new build?

I got below result after distributing my new build from xcode, I don't get this blank before updating my fabric io. There used to be alert label if I either succeed uploading my new build or failed uploading my new build. I cant really know if my…
Ega Setya Putra
  • 1,645
  • 6
  • 23
  • 51
15
votes
5 answers

Android Crashlytics sending incorrect line number

I'm trying to integrate Crashlytics with my app and it's working, however the line number passed through seems to be incorrect. This is a stack I'm getting for my test exception: Fatal Exception: java.lang.RuntimeException: This is a test crash …
vkislicins
  • 3,331
  • 3
  • 32
  • 62
15
votes
4 answers

Android Fabric TwitterCore login without TwitterLoginButton

According to the TwitterCore documentation : The simplest way to authenticate a user is using TwitterLoginButton. How do you authenticate a user without the TwitterLoginButton?
Jacob Tabak
  • 8,044
  • 3
  • 24
  • 32
13
votes
1 answer

How can I change the time zone in Fabric?

Can I change the time zone in Fabric? Fabric got the UTC, but we located in other time zone. So when we checked the data in Fabric, we would be confused by the time. UTC time zone
Eric Lee
  • 133
  • 1
  • 7
13
votes
1 answer

Unknown crash in Fabric [FIRAAlarm cancel]

After I released a new version of my app using XCode8, this crash was reported in Fabric: #0. Crashed: com.apple.main-thread 0 libdispatch.dylib 0x187c89834 dispatch_source_cancel + 4 1 Appname 0x1003d866c…
13
votes
1 answer

Fabric Crashlytics multiple environments for iOS app

There is a Apps with Multiple Environments section in Fabric Crashlytics Advanced Setup that suggests to use a separate organization for each version. I have created 3 separate organizations per each Build configuration: MyApp MyApp (Debug) MyApp…
Yevhen Dubinin
  • 4,657
  • 3
  • 34
  • 57
13
votes
2 answers

Share video on Twitter with Fabric API without composer iOS

Video uploads via REST API for Twitter is available in january but no with Fabric framework: link!
fechidal89
  • 723
  • 5
  • 25
13
votes
4 answers

Twitter Fabric Login for Android

I'm attempting to use the new Fabric API that Twitter is offering to let users login to my app. I've followed the tutorial exactly (at least I think I have, maybe I've made some mistakes) here after setting up my project with all of the necessary…
Jacob Collins
  • 454
  • 2
  • 4
  • 9
12
votes
3 answers

cocoapods [!] Error installing Crashlytics

Crashlytics as a cocoapod is breaking for our CI system. Basically we have a Rakefile that runs some tasks to do a pod update, build our app, and run tests, etc. However, we recently switched to Fabric & Crashlytics as cocoapods. Now our…
n8tr
  • 5,018
  • 2
  • 32
  • 33
1 2
3
57 58