Is it possible to set up both Crashlytics and Flurry crash analytics in the same application?

StackOverflow https://stackoverflow.com/questions/21738696

  •  10-10-2022
  •  | 
  •  

Вопрос

I am currently working on a project using Crashlytics and I'd like to try Flurry's new crash analytics. I haven't been able to find any information as to whether it's possible to set up both Crashlytics and Flurry error reporting in the same application. Is it possible to run both? Would there be any drawbacks to doing so?

EDIT: Here's the reply from Flurry:

You can use only 1 crash reporting tool. So, if you have crash analytics, you cannot use any other tool. Else, crash analytics will not report crashes.

Это было полезно?

Решение

Using two crash analytics providers is not recommended for iOS, since Apple only allows you to set one exception handler in your app at a time.

For Android, using multiple crash analytics providers is usually okay.

http://support.flurry.com/index.php?title=Analytics/FAQ/CrashAnalytics#But_I_use_another_Crash_Analytics_SDK.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top