Best practice for troubleshooting and debugging crash on iOS?

For Android, I can use Chrome because the data still there after crash.
For iOS, Safari is not that good, especially if the app quitted.

What are some standard methods to debug crash on iPhone? I have this problem when changing state fast on iPhone 6+ v8.4, the app just crashed.

I am planning to use https://github.com/4sh-projects/cordova-crashlytics-plugin but not sure if it’s a good time investment.

1 Like