0
  • I have a cross-platform app that starts and runs fine in the IDE debug mode.

  • However, if the app, in a debug compilation, is started from either iOS or Android starts and subsequently fails; it runs fine on UWP though. I have had the app run on them in earlier versions.

What settings/logs on those OS's should I set to try and debug the executables? Is there any documentation for working this type of problem?

ESCoder
  • 15,431
  • 2
  • 19
  • 42
Marc George
  • 134
  • 1
  • 18

1 Answers1

0

Per this conversation, John suggested "application level unhandled exception handers on each platform" which I researched, found example code here and use it to form my own code to resolve the issue I was having.

Marc George
  • 134
  • 1
  • 18