How to show a Dialog after crash by using Crashlytics.
for example: after crash I need open a dialog where user will put any comment(note) how he did that crash.
Is any option in Crashlytics?
How to show a Dialog after crash by using Crashlytics.
for example: after crash I need open a dialog where user will put any comment(note) how he did that crash.
Is any option in Crashlytics?
Yes, definitely. It's also extremely easy.
EDIT (Deprecated as of July 2015)
If you're using the new Fabric integration, the code is slightly different (as seen here). It should look like this:
EDIT 2 (The latest Fabric SDKs have deprecated the setMethods)
To test your integration, you can simply call
Crashlytics.getInstance().crash()
. Simple but handy.