J JDS Active Member Licensed User Longtime User Nov 21, 2019 #1 We have an app which is used bij drivers (in the whole country). However sometimes the app crashes. We can't figure out where it goes wrong. Is there a posibility that the error-code/log is backuped? So we can send it to our server?
We have an app which is used bij drivers (in the whole country). However sometimes the app crashes. We can't figure out where it goes wrong. Is there a posibility that the error-code/log is backuped? So we can send it to our server?
S sorex Expert Licensed User Longtime User Nov 21, 2019 #2 yes, with the starter service and it's application_error event you can catch the error and mail it or post it to a server. Upvote 0
yes, with the starter service and it's application_error event you can catch the error and mail it or post it to a server.
DonManfred Expert Licensed User Longtime User Nov 21, 2019 #3 or add crashlytics to your app. Upvote 0