Luigi Saggese
Luigi Saggese

Reputation: 5379

Xamarin, MVVMCross and crashreporting

I am looking for a plugin/component to crashreporting (preferably free) for an app which should be published only on AppStore (so it's made ​​with MVVMCross but the target is iOS only).

I used Raygun.io is very valuable as a tool but the cost is pretty important.

Would be interesting to understand how to manage the project Core (MVVMCross) in order to well integrate with a crashreporting system. I should remove all catches that i'd like to do reporting?

Resume:

Upvotes: 2

Views: 643

Answers (1)

der_michael
der_michael

Reputation: 3362

use free Xamarin.Insights. It is the official error reporting and crash analytics tool by Xamarin.

Upvotes: 2

Related Questions