I have an app that uses a background web service to download data. If I run the app on the simulator through Eclipse all is good.
If I run the app from VS Code or directly on the command line, it always crashes after the Background.Exit() command.
This is how I'm starting the app on the simulator
monkeydo.bat bin\myApp.prg edge530
My question is: how does Eclipse run the app on the simulator? Are there some magic command line options that I'm missing or are not being translated into the java command by monkeydo?
Thanks!
PS this is exactly the same prg file behaving differently. It doesn't matter if I build through Eclipse or build through monkey directly...!