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
0
votes
0 answers

Android ListFragment w/ Fabric crashing

I've just started messing around with Twitter's Fabric and whatever I do I can't seem to fix this crash. I had it working in an activity, but using a fragment it doesn't work and it fits with the tutorial. This is my fragment: public class…
0
votes
1 answer

Must start TweetUi Kit in Fabric.with() exception in Android code?

Hey so I am building an app and trying to incorporate twitter feeds into the app, and I am using Fabric to do it. I have installed correctly and everything is building fine, but when I attempt to run the following, which is from the example at…
fulhamHead
  • 687
  • 1
  • 10
  • 23
0
votes
1 answer

Fabric in Android Studio says "Make the following changes to your code" then doesn't list anything

I have a React Native app and am trying to install Fabric with Android Studio. It says "Make the following changes to your code" then doesn't list anything. What am I supposed to do?
Some Guy
  • 12,768
  • 22
  • 58
  • 86
0
votes
1 answer

Unable to access user Twitter email address using Fabric

I am getting the following error even after the user allows email access "Your application may not have access to email addresses or the user may not have an email address" Although twitter support is saying that "Your app has all necessary…
mominapk
  • 81
  • 1
  • 12
0
votes
1 answer

Android How to get the public tweets with out making user login in fabrics

I know this question is asked already . I have read the twitter fabrics sdk. and its Auth but I am so dumb in understanding it. So below is the key point what I want What I want I want to get all the tweets going on the basis of hash tag…
Allay Khalil
  • 674
  • 3
  • 11
  • 31
0
votes
1 answer

Android: Fabric User Timeline Not Working

I followed the documentation and my project appeared to get set up just fine. However, when i run the project The app is displaying the "No Tweets' TextView, not a timeline. My code is basically what was in the doc, just cuz i wanna see it get…
RunFranks525
  • 163
  • 1
  • 2
  • 14
0
votes
2 answers

Can't get MoPub set up with fabric.io

Using fabric.io, I included the MoPub package into my iOS App and set up my UI with a banner and an interstitial ad. Everything builds fine without any warnings, and the app does show the test ads in both variants. But the Fabric application in OS…
Stefan
  • 1,036
  • 10
  • 32
0
votes
1 answer

AWS AWSCognitoDataset Crashing in Swift - Fabric

I'm using the iOS SDK through Fabric for AWS and getting a crash. When running the app I get a crash on this line: dataset = AWSCognito.defaultCognito().openOrCreateDataset("fabricExample") The crash says: fatal error: unexpectedly found nil…
Lukesivi
  • 2,206
  • 4
  • 25
  • 43
0
votes
1 answer

Fabric Plugin is not getting install in android studio 1.5 on linux system

I have Linux system with android studio ver-1.5. I am trying to download plug-in for Fabric. Plugin is downloaded successfully but zip file is not getting unzipped and showing as corrupted. Please let me know how can I download plugin zip out side…
Silvans Solanki
  • 1,267
  • 1
  • 14
  • 27
0
votes
1 answer

Share photo to twitter from Android

Hi I am trying to use the TweetComposer within the fabric library to tweet a photo. However, once the intent to Twitter is requested twitter crashes providing no error message whatsoever. I was hoping someone else had has a similar experience with…
bdavies6086
  • 382
  • 1
  • 5
  • 19
0
votes
1 answer

Lio/fabric/sdk/android/DefaultLogger;at io.fabric.sdk.android.Fabric.(Fabric.java:56) at io.fabric.sdk.android.Fabric.with(Fabric.java:308)

I am getting error while init Fabric with Fabric.with(this);. My build.gradle is below: buildscript { repositories { maven { url 'https://maven.fabric.io/public' } } dependencies { classpath…
pRaNaY
  • 24,642
  • 24
  • 96
  • 146
0
votes
0 answers

Conflicting Framework names -- Crashlytics + Fabric

My app crashes whenever I try to build it. It crashes specifically when I change the iOS platform on the Cocoapods. When the Cocoapods platform is iOS 7, I run into no build problems, when I edit the platform to 8.0 I get a build error that tell me…
KFDoom
  • 772
  • 1
  • 6
  • 19
0
votes
1 answer

'com.google.android.gms' Confliction when implementing GameAnalytics

I'm Getting this error: Error:Execution failed for task ':app:processDebugResources'. > Error: more than one library with package name 'com.google.android.gms' When I try to implement GameAnalytics via Fabric. this is the snipet from the…
Dizzy
  • 179
  • 1
  • 7
0
votes
1 answer

Modify Twitter login text on Android

I used the TwitterLoginButton provided by Fabric, it has a login UI like this: How can I change the the text that says: Authorise Created by Fabric for (username)-projects:(package name) on android to use your account. To my real app name, but…
TPWang
  • 1,322
  • 4
  • 20
  • 39
0
votes
1 answer

Fabric For Android Studio threw an unchaught NullPointerExcpetion

I'm using Fabric with both Android Studio and Eclipse, and the plugin was really an easy tool, From a couple of weeks the Plugin for Android Studio is not working any more, I have tried to install/uninstall several times with no success, this mainly…
Omar HossamEldin
  • 3,033
  • 1
  • 25
  • 51