IMPLEMENTATION OF FIREBASE CRASHLYTICS IN IOS APP
What firebase crashlytics is?
It is sometime complicated to track crash and issue that makes our app unstable and non user friendly so firebase crashlytics is a way which keep record of realtime crashes and issues make it easy for developer to know the issue and get it fixed for better quality
Implementations
Step 1 Enable crashlytics from firebase console.
Step 2 Add google plist file in app.
Step 3 Install cocoa pods for crashlytics in app.
Step 4 Configure your app for crashlytics in didFinishLaunch function using following code.
Step 5 In you application build setting set debug information format to DWARF with dSYM File for both debug and release.
Also don’t forgot to set enable bitcode to “No”
Step 6 Add Run Script add set it as show in below.