What is the best way to get errors from a customer installed application? I can log some errors (sql) from try...catch...end try and ask the customer to send them to an email. Or send errors automatically? The application is in Internal tested status on Play. How to catch errors outside of try...catch? I ask for directions.
Make sure to use B4A v13.4+ with the recommended SDK: https://www.b4x.com/b4a.html Follow firebase integration tutorial: Integrating Firebase Services Add a reference to OkHttpUtils2. Add to Main: #AdditionalJar: com.google.firebase:firebase-crashlytics #AdditionalJar...