twitter-fabric Questions
16
Solved
I try to integrate Fabric/Crashlytics via CocoaPods, my Podfile looks like this:
pod 'Fabric/Core', '1.2'
pod 'Fabric/Crashlytics', '1.2'
But when I try to build my app, the build fails and I ge...
Stokeontrent asked 16/3, 2015 at 7:6
1
After I move to java 8, I get this error in app release, because of fabric crashlytics:
Could not determine the dependencies of task ':app:crashlyticsStoreDeobsRelease'.
> Task with path 'dexRe...
Sunwise asked 24/9, 2016 at 8:14
4
I have a problem with twitter login on iOS. If the user has account set in Settings application, I get the following error:
[TwitterKit] did encounter error with message "User's system account
...
Hooknosed asked 13/10, 2016 at 10:46
1
I've been using Crashlytics for a long time now (starting when there was no Fabric yet), but recently I have a problem with new application that is distributed through Test Flight Beta and it's alr...
Rinehart asked 25/1, 2016 at 7:52
4
I've recently started getting this error:
2015-03-23 11:35:48.902 run[60036:1047011] Crashlytics.framework/run 1.3.14
2015-03-23 11:35:48.911 run[60036:1047011]
Crashlytics: dSYM Error
Unable t...
Aldin asked 23/3, 2015 at 11:55
2
We are using crashlyticsDidDetectCrashDuringPreviousExecution to detect java crashes and report them to our BI systems, but our app is mostly C++ and we are using crashlytics NDK, we can't find any...
Mev asked 30/3, 2017 at 8:50
6
Solved
I used
Twitter.getSessionManager().clearActiveSession();
This does not work,next time when i logIn using twitter, it opens the dialog with browser,takes previous login and just asks "Allow app ...
Saadi asked 20/4, 2015 at 9:13
6
Solved
I'm seeing a crash in Google Play related to Fabric/Crashlytics. This happened after I updated from normal Crashlytics to the new Fabric Crashlytics. I can only reproduce it on one of my devices (G...
Molecule asked 19/8, 2015 at 13:37
2
Solved
According to Fabric documentation Fabric doc to reduce user traffic, caught exceptions are sent only when the app launches -
Crashlytics processes exceptions on a dedicated background thread, s...
Abbess asked 13/7, 2016 at 9:5
2
Solved
On my new project i would like to integrate Crashlytics from Fabric.io
I've already installed Fabric on others projects without issue, one project with the tutorial here : https://fabric.io/kits/a...
Validity asked 16/9, 2016 at 17:3
1
I would like to use Firebase Crashlytics and Fabric Answers together.
According to this link, in order to setup Fabric Answers, we need to include Fabric API key.
This link doesn't mention any ne...
Hawn asked 6/2, 2018 at 14:47
3
Solved
I'm able to log in to Twitter through my app using this Twitter Fabric code:
let logInButton = TWTRLogInButton(logInCompletion: {
(session: TWTRSession!, error: NSError!) in
// play with Twitte...
Monoplegia asked 23/4, 2015 at 0:12
2
Solved
I am using TwitterKit to log in users to the app. I am using a custom button in a fragment and TwitterAuthClient to authorize users. The login happy flow is working as expected.
However, when I ca...
Televisor asked 14/3, 2015 at 1:40
3
Solved
Does Crashlytics work with Google Play Instant and if so, how do you setup your project correctly?
Psychosis asked 5/6, 2017 at 4:50
2
I have a question that mostly relates to gradle.
I'm using Crashlytics to report NDK crashes in my Android app.
I have a task in build.gradle that calls ndk-build and compiles the cpp files into a...
Glean asked 25/5, 2016 at 11:33
2
Solved
After the new version (3.5.9) of the app has been in production for couple of days, it is visible in Crashlytics secion of Fabric:
but is not in 'Latest Release':
What's interesting, on the t...
Nutter asked 21/8, 2017 at 12:21
2
Solved
I have an app and I have integrated Crashlystics library in it which catches fatal issues in app and report back to the developer.
Here's how:
public class MyApplication extends Application {
@...
Raul asked 5/3, 2017 at 13:47
2
Hello I am currently migrating the android part of my cordova/phonegap app from ant to gradle, and I am trying to add the fabric SDK.
In cordova projects the build.gradle seems to be autogenerated...
Toddy asked 15/6, 2015 at 16:42
1
I've went through documentation: http://support.crashlytics.com
It doesn't seem to question the purpose of the app, so I will ask here :)
I have Fabric integrated in my app. As per installation pr...
Ionosphere asked 18/3, 2016 at 13:9
1
I am trying to figure out why my apps file size is so large when I install a beta build with Fabric Beta (created by Twitter).
When archiving the build and checking the app size I see that it is ...
Inexpedient asked 11/10, 2016 at 17:39
2
I'm trying to integrate twitter's sdk with my app. I'm following this guide.
Unfortunately, when I try to build my project, I keep receiving this error:
Error:Execution failed for task ':app:fa...
Elisaelisabet asked 6/3, 2015 at 2:16
3
Solved
I have the error: "It looks like we are missing dSYMs to process crashes for the versions below." - I have downloaded the dSYMs in the Xcode organiser, found the .xarchive and zipped the correspond...
Freda asked 11/12, 2015 at 13:7
2
Solved
I have recently install fabric plugin in Android studio and try to install twitter kit. But i could't find twitter kit in fabric. As I remember previously it was shown in all kits page.
Please gu...
Harp asked 4/6, 2017 at 4:31
3
Solved
I am trying to integrate twitter login.
The login button of twitter is grayed out.
I have read somewhere that i have to add these line before setting content view to make it work:
TwitterAuthConfig...
Motheaten asked 29/6, 2017 at 10:16
2
Solved
So I am using fabric plugin/Twitter-kit to use twitter api in my application. I want to get the image URL of profile picture of a celebrity. here is my code below.
func getImageURL(celebrity :Stri...
Warnke asked 10/7, 2016 at 22:15
© 2022 - 2024 — McMap. All rights reserved.