Crittercism is a venture-funded startup company that has built a scalable crash reporting and customer support SDK for iOS, Android and WindowsPhone 8 apps.
Questions tagged [crittercism]
99 questions
36
votes
4 answers
Only some users reporting "Resource Not Found" error. Does this make sense?
I am seeing a a couple of errors coming up on Crittercism (Crash reporting service) for my published Android app. The trace is the following:
0 java.io.IOException: Resource not found: "org/joda/time/tz/data/ZoneInfoMap" ClassLoader:…

jvnbt
- 2,465
- 4
- 20
- 23
24
votes
2 answers
Detect app crashed during load / last time it was run?
I would like for my app to reset to standard settings if it crashed during startup. Preferably also if it crashed last time it was run.
EDIT: Crittercism has a crittercismDidCrashOnLastLoad method, but it only handles the case of crashing during…

Anders Sewerin Johansen
- 1,578
- 18
- 40
16
votes
5 answers
iOS app crash rate - background noise level?
We've just released an app using the Crittercism framework. After some time, we've had about 125K app loads, and 95 crashes - a rate of less than 0.08%.
One crash happened 19 times, another 10, but the other 41 all occurred 3 or less. If there were…

Ashley Mills
- 50,474
- 16
- 129
- 160
14
votes
7 answers
Flurry error reporting vs other error reporting services such as Crittercism & Crashlytics etc
We are evaluating various error reporting services for iOS and Android apps. Our app uses webservices to connect to the server.
We currently use Flurry analytics but have not yet used their new error reporting feature.
What is your feedback on…

vpbc2008
- 151
- 1
- 4
10
votes
1 answer
Crash on Error Code: -1001 Error: NSURLErrorTimedOut
I am having the following crash (0.05% crash rate, so I have yet to reproduce it):
0 libdispatch.dylib 0x208b2028 _dispatch_semaphore_signal_slow + 174
! 1 MyProject 0x00253f39 __64-[CRNSURLSessionTaskProxy…

Rui Peres
- 25,741
- 9
- 87
- 137
10
votes
3 answers
How can I send an exception manually with Crittercism?
I'm using the android crittercism library and trying to send a report when I catched an error level exception.
But I can't find the documentation on how to do that. Is this even possible? If so, how?

schlingel
- 8,560
- 7
- 34
- 62
9
votes
1 answer
Crittercism not working on android service with separate process
I have an application which starts android service in separate process. By that mean two processes are running. One is my main application and another is service.
Now I tried to integrate crittercism (it's a Mobile Application Performance…

Sanket
- 3,094
- 1
- 16
- 19
6
votes
1 answer
Get Crittercism appId
I created Crittercism account and followed this to integrate in my Android application but could not get the application Id.
Anybody please help me to get the application id from Crittercism account.
TIA

Braj
- 2,164
- 2
- 26
- 44
5
votes
2 answers
CrittercismIOS conflict with MvvmCross
I'm integrating crash reporting via CrittercismIOS and i have used component on Xamarin Component store
https://components.xamarin.com/view/crittercism
but app crash with error reported.
2015-11-25 10:49:50.621 MyApp[40227:2065265] critical:…

Luigi Saggese
- 5,299
- 3
- 43
- 94
5
votes
4 answers
Not able to upload application because of .sh file of Crittercism
We are using Crittercism SDK since last 2 years and we are successfully able to upload application. Since last 2 days, we are not able to upload application with Crittercism because of dsym_upload.sh file.
Anyone getting same issue...!!!

iPhone developer.
- 2,122
- 1
- 16
- 17
5
votes
1 answer
Crittercism Android - Does not always post crash report to Server
I have a android app in which Crittercism SDK is included and initialised as per standard documentation.
I intentionally put a loophole in the flow by which I can make app crash by manipulating data on my server and then pushing it to device.…

TorukMakto
- 2,066
- 2
- 24
- 38
4
votes
1 answer
Cocoapods/ CrittercismSDK causing App Submission Error: ITMS-90035
I am trying to upload an app to Testflight using XCode 6.3. However, on trying to validate the app, it is giving me the error message below:
I have tried regenerating the certificates and provisioning profiles without having any success.
ERROR:…

Ashish Agarwal
- 14,555
- 31
- 86
- 125
4
votes
1 answer
Build fail while Uploading dSYMs to Crittercism automatically
As I have followed step in the document "http://support.crittercism.com/articles/knowledge_base/Uploading-dSYMs-to-Crittercism-automatically/?l=en_US&fs=RelatedArticle"
The demo example with crittercismSDK is work proper, this upload build…

Shankar Shinde
- 91
- 8
4
votes
1 answer
i fail to understand these 2 crash reports
Since i received comments of crashes but the app never crashes for me, I now use critterism to hunt down crashes.
I received one report that pointed to me to an error by me. It was easy, since the method name was given and i
could look in my code…

Sebastian
- 966
- 11
- 19
3
votes
1 answer
NSSetUncaughtExceptionHandler not catches the exception in swift But Crittercism does it
Purpose of NSSetUncaughtExceptionHandler is to catch the exception and dump it somewhere so that we can find why the app crashed and what is the exception.
In Objective C it catches the exception as expected..Here is the reference
But in swift when…

Durai Amuthan.H
- 31,670
- 10
- 160
- 241