Questions tagged [fabric.io]

Fabric developed by Twitter is a modular mobile platform that makes it easy for developers to build great apps.

The Fabric platform is made of three modular kits that address some of the most common and pervasive challenges that all app developers face: stability, distribution, revenue and identity. It combines the services of Crashlytics, MoPub, Twitter and others to help you build more stable apps, generate revenue through the world’s largest mobile ad exchange and enable you to tap into Twitter’s sign-in systems and rich streams of real-time content for greater distribution and simpler identity.

(source)

97 questions
3
votes
1 answer

peer not authenticated: Error while building app in Android Studio

I have been trying to build the application which uses crashlytics from fabric.io. But build gets failed with bellow mentioned error. Executing tasks: [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources] Configuration on…
krishna5688
  • 1,130
  • 1
  • 11
  • 19
3
votes
1 answer

Change account for crashlytics not working

We have an app already register on fabrics , crashes are reported on that account without any issue but now we want to change account for this app for new release but its not getting changed i.e app is not visible on new account instead new…
Suraj
  • 72
  • 4
3
votes
2 answers

Twitter Login Stopped Working "sorry, that page doesn't exist"

I'm logging users in with twitter using the PFTwitterUtils loginWithBlock: method. This has always worked fine and the name of my app appears above the username and p/w ready for user input. However, recently (which may or may not correspond to…
Rambatino
  • 4,716
  • 1
  • 33
  • 56
2
votes
0 answers

Android fastlane deployment with flavored applicationId

I have Fastlane set up to build variants of my app. I have a Fabric Beta app for one of the variants set up and working for one of the variants, the original one. Now that I've added another flavor with a different applicationId, and configured…
Tyler
  • 19,113
  • 19
  • 94
  • 151
2
votes
1 answer

Someone else is experiencing an infinite "Waiting" with new iOS 11.4.1?

I recently registered a new app at Fabric.io, invited my test team, added their UDID at my developer account, downloaded the provisioning profile with the devices included and followed all steps as I am used to execute. Everything seems fine, but in…
2
votes
0 answers

fabric not sending email notifications after new build

New builds get uploaded to fabric. I have one-two groups with multiple users in fabric attached to the project. They are not receiving notifications on their test devices with every builds but sporadically. They can download the builds manually…
kol23
  • 1,498
  • 3
  • 16
  • 35
2
votes
1 answer

Swift - specialized _VariantDictionaryBuffer.ensureUniqueNativeBuffer(Int)

I'm a bit new here with swift error. My app experiencing specialied error, that i can't figure it out for quite sometimes. Can anyone suggest on how to tackle this problem and what usually causes Specialized error ? Here is there error report that i…
donny
  • 439
  • 5
  • 11
2
votes
1 answer

How to log out of twitter session programmatically using fabric sdk

I am making an app that requires logging in with twitter account, every thing is working fine but when I try to log the user out programmatically it is not working and I am usinf fabric sdk. This question is already asked many times but the solution…
Bug fixed
  • 43
  • 6
2
votes
0 answers

How to use Fabric.io with a Xamarin project?

I have installed the Fabric SDK into my Xamarin project, but after testing a crash as well as multiple "messages" the Fabric.io site is not reporting any activity. This is the information that is reported from the debug logs 2018-02-27…
Nathan
  • 1,609
  • 4
  • 25
  • 42
2
votes
1 answer

Crashlytics add new applicationIdSuffix

I’m working on CI for android app and for those purpose I’ve created test app. I’ve added Crashlytics support and a little bit later productFlavors to the app. My initial package name was ‘com.kagarlickij.myapplication’ , Flavours add…
kagarlickij
  • 7,327
  • 10
  • 36
  • 71
2
votes
1 answer

Fabric data successfully sent but not appearing after app bundle identifier (and signature) was modified

I had to modify the bundle identifier (and the signature) of one of my iOS apps. I kept all the previous Fabric related code in the app as it was before. I can't see any data for the new version of the app in Fabric. I checked it: based on the log…
thorax
  • 574
  • 1
  • 5
  • 16
2
votes
1 answer

Callback while sending Tweet using TweetComposer?

I am using fabric to integrate Twitter in Android application. public class MainActivity extends AppCompatActivity { private static final String TWITTER_KEY = ""; private static final String TWITTER_SECRET = ""; private…
AndiGeeky
  • 11,266
  • 6
  • 50
  • 66
2
votes
1 answer

Upgrade Fabric and Crashlytics for iOS App

I'm trying to upgrade my installation of Fabric/Crashlytics (we don't use any other kits) to the latest version. As of today, the latest Crashlytics version is 3.4.1. When our app starts, it displays: 2015-11-23 16:38:04.413 XXXX[648:60b]…
fstephany
  • 2,254
  • 3
  • 25
  • 32
2
votes
2 answers

How to configure Crashlytics with iOS manually? - Fabric.io magic doesn't work

I'm using Xcode 6.3. Just downloaded Fabric.io and I'm trying to install Crashlytics to one of my apps. I've added the build phase script and ran the Build as it asked me to. Then I dragged the SDKs folder into the Project Navigator and clicked on…
swbandit
  • 1,986
  • 1
  • 26
  • 37
2
votes
1 answer

Automatically update iOS app for beta testers?

How do I notify and/or force a beta tester to update their installed version if a newer version has been uploaded / distributed? Using either Crashlytics (aka Fabric.io) or HockeyApp, this should be possible. At the moment, I only see a way to do it…
thisjustin
  • 280
  • 1
  • 3
  • 18