Is there a specific way to exit a Defold application entirely?
I’m currently using os.exit()
which works on desktop and Android but generates a “Unfortunately, program has stopped responding” message on the latter.
Is there a specific way to exit a Defold application entirely?
I’m currently using os.exit()
which works on desktop and Android but generates a “Unfortunately, program has stopped responding” message on the latter.