Hello!
I found out that (at least) our game crashes on iOS every time when user locks screen while game is on foreground. There is no problem if user first goes to the home and then locks the screen. I have tried with the latest iOS version 13.1.3 and latest Defold Editor version 1.2.163 (c28205a592e244e55d5c9e939777ad1dfc08adb1) but it made no difference. On Android everything is working well and I think that this was not happening long time ago.
I tested also with a blank mobile project, but it does not crash. In our actual game the crash is not dependant in which screen you are and for example our achievement screen does not have any heavy graphics or things like that but still the game crashes there.
Any ideas what we could try?
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 0Application Specific Information: abort() called
and the rest of the stack is an attachment. crashlog.pdf (150.5 KB)
Thank you for your help!