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
-1
votes
1 answer

Twitter Developer site don't allow me to add Privacy and Terms URLs

In my iOS App, I have integrated Twitter login successfully and now I need to have access to ser's email address. For that it is required to add Privacy policy and Terms URLs of my iOS App to the Twitter Developer portal. But, when I add those URLs…
NSPratik
  • 4,714
  • 7
  • 51
  • 81
-1
votes
1 answer

Unable to use Beta with new devices id's for XCode 8.3.2

Fabric mac app 2.6.11 will not get new provisioning profiles from xcode 8.3.2. After adding new device ids to developer.apple.com, going to Xcode File -> Preferences -> Accounts and clicking on Download All (no other option is offered) and going…
-1
votes
1 answer

Crash on function called by AppWillTerminate

I am getting a lot of reports that a function that is called by applicationWillTerminate, not exclusively by that but I have a feeling that the root of the issue might have something to do with that. I am getting these reports from Fabric.io…
Alex Harris
  • 6,172
  • 2
  • 32
  • 57
-1
votes
1 answer

Parse twitter trend api results in swift

I using twitter trend api to get the name of all the trends. I have the following setup: let url = "\(APIConstants.Twitter.APIBaseURL)1.1/trends/place.json?id=1" let client = TWTRAPIClient() let statusesShowEndpoint = url let params =…
-1
votes
2 answers

iOS: '[Fabric] It appears that "Crashlytics" is not a valid Fabric Kit

I have updated the Crashlytics but still I am getting this error on launch: Error: *** Terminating app due to uncaught exception 'FABException', reason: '[Fabric] It appears that "Crashlytics" is not a valid Fabric Kit. Please make sure you…
Muhammad Umair
  • 583
  • 11
  • 32
-1
votes
1 answer

In my Android app, Digits theme not working after upgrading digits (by Twitter's Fabric) to version 2.0.0

[Disclaimer: DEPRECATED - Digits has changed implementation and ownership. The question/answer is outdated] I have been using Digits in my Android production app for few months now without any issues. Recently Digits was upgraded to version 2.0.0. I…
mumayank
  • 1,670
  • 2
  • 21
  • 34
-1
votes
1 answer

How to catch TwitterApiException when there is a time out in SearchTimeline request?(Android)

I'm implementing a SearchTimeline in android using the TwitterUI kit, Its working fine except I couldn't find a way to handle Timeout error or no connection error thrown when loading more tweets. Any idea how to handle these exceptions?
Malek Hijazi
  • 4,112
  • 1
  • 26
  • 31
-1
votes
1 answer

Show timeline of a specific twitter profile using twitter fabric sdk for android

i want to show a twitter user timeline on my app to get latest info of its account, i have followed a guide from this page but it just show a spesific tweet (not timeline) using twit ID. here is my Twit.java please Help! package…
-1
votes
1 answer

Change Image Design color Fabric js

1i have to change active object image color currently my t-shirt color is changing but when i add design on it i am unable to change color of. My Code To change Tshirt Color : //setup front side canvas canvas = new fabric.Canvas('tcanvas', { …
Rohit Gilbile
  • 21
  • 2
  • 9
-2
votes
1 answer

Disable crashlytics/Fabric at runtime in iOS

I want to disable the crashlytics at run time in iOS app. I could see it is possible using the latest Firebase api. How to do this with old Fabric/Crashlytics api? Update: My app will get locked if the user goes to background, if the app is locked…
RJV Kumar
  • 2,408
  • 1
  • 19
  • 28
-2
votes
1 answer

Crashlytics doesn't report crashes

I have an app and I'm using Answers and Crashlytics plugins from Fabric. It allows me to see statistics and data from the dashboard (online and mobile) and lets me define new events for my app, but it doesn't report crashes! I have these lines at…
Nahue
  • 320
  • 2
  • 18
-2
votes
1 answer

Generate an IPA without Apple ID using Crashlytics beta

I want to confirm Is there are way to generate IPA without Apple ID using Crashlytics beta ?
Kasun
  • 21
  • 6
-2
votes
1 answer

Using Twitter API with Fabric

When debug the program get the tweets but when I only run says "Unfortunately, APP has stopped." private void CargarTweets() { setProgressBarIndeterminateVisibility(true); myLayout.removeAllViews(); StatusesService statusesService =…
wgcv
  • 5
  • 3
-3
votes
2 answers

Android twitter login button [firebase auth] error : Twitter: Must Initialize Fabric before using singleton()

This is displayed when I run my application, the twitter button can't be clicked and is not working: This is the code for the twitter login button: mLoginButton = (TwitterLoginButton) findViewById(R.id.button_twitter_login); …
-6
votes
2 answers

Automate Reading the SMS Pin not work in digits android

in android app basic functions work fine, but the "Automate reading the SMS pin" function noted in the document is not working. fabric-digits
Vishnu V S
  • 355
  • 1
  • 10
1 2 3
57
58