Reputation: 1832
We are using Fabric for our iOS App which will work best and helping us to solve our major problems very quickly and easily.
We had some feedback from users after every app crash in next app launch fabric asked user to “send crash report” , “Don’t send report” and “always send report” options, most of our users thinks again app getting crashed.
Is it possible to send crash report by default without asking user to send crash report?
Upvotes: 0
Views: 110
Reputation: 17874
What your users see appears to be the built-in "Send Crash Report?" alert from Crashlytics. AFAIK, this is only shown when you have enabled the "Privacy Prompt" in your app's dashboard in Fabric.
You should either turn this setting off, or implement your own control over when crashes are sent, see the docs at https://docs.fabric.io/apple/crashlytics/advanced-setup.html#control-submission-behavior
Upvotes: 1