Our app features a setting that allows users to opt out of crash reporting.
The Firebase Crashlytics SDK provides a function to enable or disable automatic crash reporting.
However, I wasn’t able to find an equivalent function in this SDK.
Is there a way to disable crash reporting here?
My initial idea was to continue using the Crashlytics SDK alongside CrashKiOS, and then toggle the reporting functionality as needed.