Version: 2021.1
Troubleshooting on iOS devices
Android

Сообщение об ошибках, приводящих к “падениям” на iOS

Прежде чем подавать отчёт об ошибке, пожалуйста, прочтите страницу Решение проблем на iOS, на которой вы найдёте решения самых распространённых причин падения и решения других проблем.

Если ваше приложение падает при работе из XCode Debugger, то вы можете добавить ценную информацию в ваш отчёт об ошибке следуя этим шагам:-

  1. Click Continue (Debug > Continue) twice
  2. Open the debugger console (View > Debug Area > Activate Console) and enter (in the console): thread backtrace all
  3. Copy all console output and send it together with your bug report.

Similarly, when reporting app freezes, you can click Pause and do the above steps.

If your application crashes on the iOS device, you should retrieve the crash report. For more information, see Acquiring Crash and Low Memory Reports on Apple’s developer website. Please attach the crash report, your built application and console log to your bug report before submitting.

Troubleshooting on iOS devices
Android