Today I learned the importance of Crashlytics. I love Crashlytics. This thing will let your app list all the crashes in production. So if you do not have any idea what are the causes of crashes in your app in production, then integrate Crashlytics to your Xcode Project.
I need not to do a tutorial for integrating Crashlytics to your iOS project. You just have to download the Fabric app from Fabric.io, then after installing their app, you will have the step by step tutorial for integrating Crashlytics and other Fabric stuffs to your iOS project. At first I didn’t have an idea, and have been always wondering what causes the crash of my other project in release/production, thanks to Fabric. So that’s all folks!
Post a Comment