crashlytics

UIPresentationController crash just points to AppDelegate

喜欢而已 提交于 2020-01-02 07:22:09
问题 Screenshots : I am getting a lot of these crashes but the problem is I'm just being pointed to my appDelegate first line. I've no idea where to look for the issue. Any ideas where I could start to investigate from the following crash report? Crashed: com.apple.main-thread 0 UIKit 0x18d005640 __56- [UIPresentationController runTransitionForCurrentState]_block_invoke + 460 1 UIKit 0x18cf27aa8 _runAfterCACommitDeferredBlocks + 292 2 UIKit 0x18cf1ae5c _cleanUpAfterCAFlushAndRunDeferredBlocks +

Fabric Archive packaging Error -6

与世无争的帅哥 提交于 2020-01-02 04:47:07
问题 When I package from XCode via Fabric Plugin a Beta in debug mode, I got an error : Fabric Archive packaging Error -6 In Xcode I have check code signing manual (or auto same problem) for the app and the widget/extension with valid certificates and provisionning. I also check that I have all certificates (public/private keys) and provisionning on my keychain. If I build with fastlane last version 2.58.0, I got the same issue than direcly build from XCode. Note that without any changes, one day

What is the best way to hide Crashlytics key?

放肆的年华 提交于 2020-01-01 16:38:34
问题 I put my crashlytics key in xml and I got this error: Error:Execution failed for task ':app:fabricGenerateResourcesDebug'. Crashlytics Developer Tools error. The following is my intended code in AndroidManifest.xml . <meta-data android:name="io.fabric.ApiKey" android:value="@string/crashlytics_key" /> What is the best way to hide it? 回答1: Place your API key in local.properties. crashlytics.key=api_key_here In your build.gradle, add this Groovy method: def getLocalProperty(String propertyName)

Crashlytics timed out during initialization

两盒软妹~` 提交于 2020-01-01 09:03:22
问题 When I run my Android app with Crashlytics, it hangs at startup, and I get a TimeoutException . Then, when I try to crash my app, I get another TimeoutException, with the message CrashlyticsCore: Failed to execute task . The crash doesn't appears on my Firebase console. I set up Crashlytics Firebase's tutorial, and I do not have a Fabric account. I also followed this commit, making me add the gms.google-services plugin. Thanks for your help. 回答1: I had this problem today and in my case

java.lang.NullPointerException at GoogleApiActivity

本小妞迷上赌 提交于 2020-01-01 02:49:27
问题 I'm using Crashlytics for my android app, and I have many crashes at ActivityThread.java: android.app.ActivityThread.deliverResults I put some stack traces here: Fatal Exception: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1, result=0, data=null} to activity {me.robano.android/com.google.android.gms.common.api.GoogleApiActivity}: java.lang.NullPointerException at android.app.ActivityThread.deliverResults(ActivityThread.java:3641) at android.app

Unable to reproduce WebKitLegacy -[_WebSafeForwarder forwardInvocation:] crash

元气小坏坏 提交于 2019-12-31 09:34:25
问题 I am Getting [_WebSafeForwarder forwardInvocation:] and crash report as following on crashlytics. Unable to reproduce the same condition in my code. I added webview.delegate = nil and [webview stopLoading] in each and every -(void)dealloc method where ever UIWebview is present still getting following crash. #0. Crashed: com.apple.main-thread 0 libobjc.A.dylib 0x24deba86 objc_msgSend + 5 1 WebKitLegacy 0x29945e17 -[_WebSafeForwarder forwardInvocation:] + 190 2 CoreFoundation 0x25624f4d __

Using Fabric with Multidex with an exported Unity project

寵の児 提交于 2019-12-31 04:22:06
问题 I have exported my Unity project to be able to use multidex. Problem is I have to set the android:name in the project's androidmanifest to "android.support.multidex.MultiDexApplication" when I already have this "io.fabric.unity.android.FabricApplication" set for fabric. I have tried initializing Fabric manually but then I get this error : AndroidJavaException: io.fabric.unity.android.FabricInitializationException: Fabric did not find a valid application context. I have found that someone had

unrequested permissions not declared in androidmanifest--crashlytics maybe?

戏子无情 提交于 2019-12-30 08:22:10
问题 I've just noticed that my app has new permission requests that I have not explicitly declared in my AndroidManifest.xml. I didn't see these declared in any of the manifests in the "intermediates" directory created by gradle, and the only dependency that I declare without an explicit version is crashlytics (as they suggest to do), i.e: compile 'com.crashlytics.android:crashlytics:1.+' The new permissions found in the full manifest are: <android:uses-permission android:name="android.permission

Deploying app with Crashlytics to Apple Appstore - do I need a privacy policy?

心不动则不痛 提交于 2019-12-30 07:06:26
问题 I am about to submit an app to the Apple AppStore built in Swift that uses Crashlytics to capture crash information. As users of Crashlytics know, some information about usage, duration, crashes, etc. is captured and stored on the Crashlytics servers. My application does not ask for, store or attempt to capture any user data. My question is about the privacy policy for my application. Since I don't capture any user data, I want to state that in my privacy policy but I'm not sure that's

Deploying app with Crashlytics to Apple Appstore - do I need a privacy policy?

时光怂恿深爱的人放手 提交于 2019-12-30 07:05:04
问题 I am about to submit an app to the Apple AppStore built in Swift that uses Crashlytics to capture crash information. As users of Crashlytics know, some information about usage, duration, crashes, etc. is captured and stored on the Crashlytics servers. My application does not ask for, store or attempt to capture any user data. My question is about the privacy policy for my application. Since I don't capture any user data, I want to state that in my privacy policy but I'm not sure that's