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

Twitter integration in iOS app

In my ios app I'm trying to integrate twitter with fabric and i followed all the docs provided by fabric https://docs.fabric.io/ios I have a problem when i build my app then some error 1.TwitterCore.framework/Headers/TwitterCore.h:20:9:…
Umesh Verma
  • 876
  • 7
  • 28
0
votes
1 answer

Error integrating Twitter via Fabric

I'm getting the following error when trying to integrate Twitter via the Fabric installation (cocoapods): Value of type 'module' does not conform to expected element type 'AnyObject' Version of Xcode: 7.1 I imported the Twitter module, of…
Dani Pralea
  • 4,545
  • 2
  • 31
  • 49
0
votes
2 answers

Keep the state of switch button after closing the app

I am making an app in which I have two switch button,one for twitter login and other for twitter login. I have gone through other posts on the same topics ( first, second) but nothing is helping me,that's why posting a new question. So basically am…
driftking9987
  • 1,673
  • 1
  • 32
  • 63
0
votes
1 answer

Fabric Twitter/Fabric Crashlytics- How to add multiple Kits

Here is the ticket for how to aggregate data into a single dashboard: Fabric Crashlytics - Aggregate data from different projects We use Fabric.with(new Fabric.Builder().kits(new Crashlytics(), ...).appIdentifier("parent app identifier").build()) to…
Huigege
  • 115
  • 1
  • 12
0
votes
0 answers

Get Twitter user's name in Android

I have been running around in circles trying to solve this. I use Fabric to connect to Twitter from my Android app. I have no problem getting the username but for the life of me I can't get the user's real name. I have looked at many posts here and…
theblitz
  • 6,683
  • 16
  • 60
  • 114
0
votes
1 answer

How do I add my twitter fabric timeline ListFragment to my activity in Android Studio

Im making a twitter client for android and Im having a hard time adding the list fragment for timelines (fabric) to my activity. At first it would crash my app but now Ive made a few changes and it doesnt crash but once twitter authenticates and it…
0
votes
1 answer

Can we get the user's phone number from twitter sdk using fabric

Integrated the twitter in to native app using fabric. got how to fetch user's email but not getting can we get the phone number also and user's location also.Please guide for above. Thanks.
iPhone 7
  • 1,731
  • 1
  • 27
  • 63
0
votes
2 answers

MBProgressHUD with Swift, Fabric & TwitterKit

I'm using Fabric and TwitterKit to show a timeline at my Table View. At my code I'm using a dispatch_async function. I want to start the MBProgressHUD and after the timeline was loaded I want to disable the HUD. Unfortunately my HUD is appearing…
paawl
  • 3
  • 2
0
votes
0 answers

distribute the IPA file by fabric.io

I had project whos IPA is been shared by using https://fabric.io/ I am trying to create the IPA file by reading the instruction through this :- https://docs.fabric.io/ios/beta/index.html But i am not able to understand how should i create the IPA…
Developer
  • 287
  • 1
  • 3
  • 12
0
votes
2 answers

How to remove session and cookie of Twitter from my iOS App

I am using Fabric SDK for Twitter login into my app. I want to remove session and cookie of Twitter from my iOS App. Because I am logging 1st time successfully from Twitter using this SDK. But if user wants to login from other credentials using…
Meet Doshi
  • 4,241
  • 10
  • 40
  • 81
0
votes
2 answers

Fabric Crashlytics How to upload dSYM file in Jenkins with Xcode integration plugin

ok, I use Jenkins + Xcode integration plugin to auto export iPA for tester to test. I want Jenkins to auto upload dSYM file to fabric server on every build. How to do it? Jenkins is running on my mac mini 2012 with mac os 10.11.1. I have…
Jonguo
  • 681
  • 1
  • 10
  • 17
0
votes
1 answer

Optimizely Code Blocks not working in Development Mode

I have added Optimizely code blocks to my app to test a new feature on a percentage of the audience. When the device is connected to the Optimizely website I am able to change the blocks. However when the app is not connected to the website, even…
Tom Coomer
  • 6,227
  • 12
  • 45
  • 82
0
votes
1 answer

Continuous integration of an iOS project in a workspace with Jenkins and Fabric

I have a workspace with multiple projects in it. In one of the project I am using Fabric to distribute my build to beta testers. It works perfectly as expected. Then I moved to continuous integration with Jenkins. Build is successful. However,…
Deborshi Saha
  • 224
  • 5
  • 21
0
votes
1 answer

How to view crash log of release apk

I have created a release apk in mode buildTypes { release { minifyEnabled true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' zipAlignEnabled true } } To…
learner
  • 11,490
  • 26
  • 97
  • 169
0
votes
1 answer

Replace adapter in ListFragment

I am using a ListFragment to display tweets from Twitter by HashTags. The code for displaying tweets from Twitter is simply final SearchTimeline searchTimeline = new SearchTimeline.Builder() .query(mHashtags) .build(); …
learner
  • 11,490
  • 26
  • 97
  • 169