twitter-fabric

Android Twitter Fabric SDK conflict with support library

南楼画角 提交于 2019-11-28 13:57:14
I have a problem with Twitter Fabric SDK. When I integrate the sdk and try to build, I get this error; Error:Failed to find: com.android.support:support-v4:21.0.0 And this is my gradle.build file buildscript { repositories { maven { url 'https://maven.fabric.io/repo' } } dependencies { classpath 'io.fabric.tools:gradle:1.+' } } apply plugin: 'com.android.application' repositories { maven { url 'https://maven.fabric.io/repo' } } apply plugin: 'io.fabric' android { compileSdkVersion 19 buildToolsVersion "20.0.0" defaultConfig { applicationId "com.eventz.android" minSdkVersion 14 targetSdkVersion

Cannot find Twitter kit in fabric - in iOS

廉价感情. 提交于 2019-11-28 10:51:33
问题 I can see Crashlytics, Answers, Stripe etc. but cannot find Twitter in Fabric. 回答1: Mike from Fabric here. EDIT April 2019: As Sunil mentioned below, Twitter Kit is no longer available and has been deprecated by Twitter: https://blog.twitter.com/developer/en_us/topics/tools/2018/discontinuing-support-for-twitter-kit-sdk.html 来源: https://stackoverflow.com/questions/44580899/cannot-find-twitter-kit-in-fabric-in-ios

Fabric/Crashlytics NoClassDefFoundError only on certain devices

人走茶凉 提交于 2019-11-28 07:24:29
问题 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 (Galaxy S2). All other devices that I have (Nexus 5 and S4) do not have the crash. Here's the stack trace: 08-19 09:32:26.328 7084-7084/com.tsm.countryjam D/dalvikvm﹕ WAIT_FOR_CONCURRENT_GC blocked 0ms 08-19 09:32:26.653 7084-7088/com.tsm.countryjam D/dalvikvm﹕ GC_CONCURRENT freed 251K, 12% free 9567K

Share video on Twitter with Fabric API without composer iOS

天涯浪子 提交于 2019-11-28 06:02:00
Video uploads via REST API for Twitter is available in january but no with Fabric framework: link ! According to the documentation necessary to make 3 calls with the commands: INIT, APPEND and FINALIZE. -(void) shareOnTwitterWithVideo:(NSDictionary*) params{ NSString *text = params[@"text"]; NSData* dataVideo = params[@"video"]; NSString *lengthVideo = [NSString stringWithFormat:@"%d", [params[@"length"] intValue]]; NSString* url = @"https://upload.twitter.com/1.1/media/upload.json"; __block NSString *mediaID; if([[Twitter sharedInstance] session]){ TWTRAPIClient *client = [[Twitter

Unable to build Android app FabricGenerateResourcesDebug

人盡茶涼 提交于 2019-11-28 02:51:31
问题 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:fabricGenerateResourcesDebug'. Crashlytics Developer Tools error. Unfortunately because I don't have 10 reputation, I can't post my build.gradle file because it has links in it. Just trust the fact that it looks just like the build.gradle example in the top link provided. Is there something that I'm

Crashlytics iOS - log caught exception

最后都变了- 提交于 2019-11-27 18:57:28
I found a way to log custom caught exceptions in the Crashlytics Android SDK, but I can't find anything like that for the iOS SDK. Is there a way to log a caught exception with Crashlytics on iOS? See Android explanation: http://support.crashlytics.com/knowledgebase/articles/202805-logging-caught-exceptions Mike Bonnell Mike from Crashlytics and Fabric here. You can now capture logged NSErrors in your iOS, tvOS, or OS X app. You want to use: [CrashlyticsKit recordError:error]; or Crashlytics.sharedInstance().recordError(error) This will let you capture a fair number of logged NSErrors per user

How can I fix this CrashlyticsMissingDependencyException?

走远了吗. 提交于 2019-11-27 18:26:16
I have been using the latest Crashlytics (Fabric integration) for a while. But recently I encountered the following crash error due to missing dependency although I didn't change anything about Crashlytics configurations. any idea? 02-08 22:18:00.935 18887-18887/? E/Fabric﹕ . 02-08 22:18:00.935 18887-18887/? E/Fabric﹕ . | | 02-08 22:18:00.935 18887-18887/? E/Fabric﹕ . | | 02-08 22:18:00.935 18887-18887/? E/Fabric﹕ . | | 02-08 22:18:00.935 18887-18887/? E/Fabric﹕ . \ | | / 02-08 22:18:00.935 18887-18887/? E/Fabric﹕ . \ / 02-08 22:18:00.935 18887-18887/? E/Fabric﹕ . \ / 02-08 22:18:00.935 18887

Disable “Answers” but not “Crashlytics”

隐身守侯 提交于 2019-11-27 17:53:02
问题 When installing "Crashlytics" in my Android App, it automatically installs "Answers". I only want to install "Crashlytics" and want to have "Answers" disabled. Does anyone know how to do that? build.gradle dependencies { compile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') { transitive = true; } Thanks! 回答1: Mike from Fabric and Crashlytics here. As you saw, Crashlytics by default includes Answers. If you don't want Answers enabled on your app, then you want to invoke CrashlyticsCore(

Fabric maven repo causes slow gradle builds

a 夏天 提交于 2019-11-27 16:14:34
问题 After upgrading from using the Crashlytics maven repo to the new Fabric maven repo and gradle plugin, my gradle builds have become incredibly slow. The problem seems to be caused by the Fabric maven repo returning a 401 unauthorized error whenever gradle tries to resolve a dependency: Failed to get resource: GET. [HTTP HTTP/1.1 401 Unauthorized: https://maven.fabric.io/repo/com/android/support/recyclerview-v7/maven-metadata.xml] Failed to get resource: GET. [HTTP HTTP/1.1 401 Unauthorized:

Fabric Crashlytics multiple environments for iOS app

我怕爱的太早我们不能终老 提交于 2019-11-27 16:09:20
问题 There is a Apps with Multiple Environments section in Fabric Crashlytics Advanced Setup that suggests to use a separate organization for each version. I have created 3 separate organizations per each Build configuration: MyApp MyApp (Debug) MyApp (AdHoc) I've got a conditional in my Run Script Build Phase that runs the Fabric framework script with different API Key s and Build Secret s and I can confirm that the conditional is being hit right, but I still do not get the API Keys updated in my