Search code examples
coronasdkcrashlytics

Crashlytics does not work in corona sdk


After the project was launched, the application was not added to the dashboard.

I launched the project on an android SDK with the same package name. After that, the application was added to the dashboard.

Events such as "sendCustomEvent" work. But the crash still is not sent. Does anyone know the solution?


Solution

  • I was able to send a crash. It was necessary to remove the application using adb. adb uninstall "name.package"