I want to disable the crashlytics
at run time in iOS app.
I could see it is possible using the latest Firebase api. How to do this with old Fabric/Crashlytics
api?
Update: My app will get locked if the user goes to background, if the app is locked then without user authentication I shouldn't call any api(http request, accessing database). So I want to restrict the crashlytics api as well. When the app comes to foreground, crashlytics/fabric
calling the http request so I want to avoid this if the user is not authenticated.