Reputation: 5379
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
Reputation: 3362
use free Xamarin.Insights. It is the official error reporting and crash analytics tool by Xamarin.
Upvotes: 2