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

How am I supposed to log exceptions with Fabric

Now, where ever I used to have Crashlytics.logException(e); I'm getting an error similar to The type io.fabric.sdk.android.Kit cannot be resolved. It is indirectly referenced from required .class files MonthlyOffer.java /JOM Android Phone…
Jacksonkr
  • 31,583
  • 39
  • 180
  • 284
0
votes
1 answer

Using TweetTimelineListAdapter method to get the tweets

by making use of TweetTimeListAdapter im able to show the tweets in my application. How do I retrieve the specific details like the message and the timestamp itself? final UserTimeline userTimeline = new UserTimeline.Builder() …
Gene
  • 2,178
  • 3
  • 30
  • 50
0
votes
1 answer

Using Twitter Fabric to retrieve my own account tweets

I'm currently using twitter fabric framework and trying to retrieve the list of my own account tweets. I tried searching online to no avail. The example in the document shows how to display a tweet based on tweetID. I do not want that. I do…
Gene
  • 2,178
  • 3
  • 30
  • 50
0
votes
1 answer

Twitter Kit/Fabric “Show Timeline” Objective-C example build fail

Following along with the Fabric/Twitter Kit Documentation to display User Timeline. However the code from the docs doesn't build. This is the code in my Timeline View Controller in the View Did Load. [[Twitter sharedInstance]…
wambambizzle
  • 105
  • 7
0
votes
1 answer

Is there a one step method of activating beta testers on iOS using Fabric?

We're using Fabric (Crashlytics) to get our app to beta testers. This is not a utility app, so any friction in the beta distribution/acceptance process is unhelpful. The process today is: (1) send an invite (2) the user accepts the invite, which…
PVS
  • 1,168
  • 11
  • 24
0
votes
0 answers

Problems with automate Gradle Android Project and Crashlytics + Fabric.io in IntelliJ

I have a project that was imported to IntelliJ, after cloned from git to my computer. All works fine to build, run and etc., but I'm trying to add Crashlytics in my project using Fabric plugin to IntelliJ. The plugin works fine, but the library…
0
votes
1 answer

Cannot upgrade from Crashlytics to Fabric

I upgrade my application from Crashlytics to Fabric. I do the instruction from the fabric application to upgrade my code in XCode. But when I reach the step for do run the application, the application got error Undefined symbols for architecture…
Rizki
  • 11
  • 2
0
votes
1 answer

Execution failed for task ':app:dexDebug' - Android Studio

I am using Android Studio and when I try to rebuild it builds properly but while running I get the following error, I am using Twitterkit plugin in the project com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536 at…
0
votes
2 answers

Custom Table View Controller crashes with "initWithCoder: unrecognized selector sent to instance"

Based on the sample code provided here (Show Timelines), I have created a custom TWTRSearchViewController: .h: #import @interface TWTRSearchViewController : TWTRTimelineViewController @end .m: #import…
AlexR
  • 5,514
  • 9
  • 75
  • 130
0
votes
2 answers

Android - "Execution Failed, java.exe finished with non-zero exit value 2" when trying to integrate Twitter Fabric

I installed Fabric in my project using Android Studio's Fabric plugin. It prevented a lot of other bugs I was getting, but I still get java.exe finishing poorly. I tried out all the other links on java.exe exiting with value 2, and nothing helped or…
ygu
  • 47
  • 5
0
votes
2 answers

Digits error: Error Domain=TWTRErrorDomain Code=1 (iOS)

I am following this tutorial. But, I am getting this error in my iOS app as soon as I enter my phone number and hit enter to get text message In my console it says Digits error: Error Domain=TWTRErrorDomain Code=1 "Must initialize Twitter before…
user1324887
  • 632
  • 3
  • 11
  • 32
0
votes
1 answer

Fabric: button title in TWTRLoginButton don't show (iOS Xcode 6.3.1)

I have this question. I'm using Fabric to build my app, and I'm coded this lines to create my Login Button TWTRLogInButton *logInButton = [TWTRLogInButton buttonWithLogInCompletion:^(TWTRSession *session, NSError *error) { //code in here …
0
votes
1 answer

Android Fabric Twitter Timeline

I am trying to show a user timeline in an android fragment. My HomeFragment.java onCreate() looks like this: public class HomeFragment extends ListFragment { @InjectView(android.R.id.list) ListView mTimeline; @Override public void onCreate(Bundle…
spatel95
  • 447
  • 1
  • 5
  • 10
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

Fabric sdk drop/drop breaking project during build

I followed through the integration process of Fabric to my iOS application, however in the final step on dragging/dropping the fabric SDK into my application, once I dropped the fabric file, it breaks my project. The errors are: "Could not build…