user2660801
user2660801

Reputation: 31

Crittercism make the iOS app crash built by xamarin

I want to use Crittercism in iOS app built by xamarin, but the app will crash after enable it. I have found the solution at How to create crashlytics binding for Xamarin.iOS? and add the codes suggested but the app still crash. The version of Crittercism is 4.3.0 and xamarin is 4.2.2. Does anyone successfully make it working under that environment?

Thanks!

Upvotes: 0

Views: 376

Answers (1)

crittercismrob
crittercismrob

Reputation: 419

This is Rob, one of the co-founders of Crittercism. We actually just released an officially supported Xamarin Plugin! It handles interactions with the Mono runtime pretty nicely - for example, we purposely don't override fatal signals like SIGSEGVs which the Mono runtime should handle and send us better stacktraces. You can download it here:

http://components.xamarin.com/view/crittercism

Upvotes: 2

Related Questions