1. Home
  2. Docs
  3. Bugfender SDK for iOS
  4. Advanced usage
  5. Manually sending crashes

Manually sending crashes

If you have your own crash reporting system and need to send crashes, you can do so by calling directly sendCrash():

Bugfender.sendCrash("Crash title", "Stacktrace")

This functionality will be often used by SDK builders only. For example, it is used by the Xamarin SDK to report Exceptions that are uncaught in the C# realm.