Perry mentioned that calling os.exit() in a applicationSuspend system listener can cause a crash when building. Although the post was for Android builds, it turned out to be the exact same problem for me for iOS build.
I modified my code following the suggestions and it solved the problem.
Perry mentioned that calling os.exit() in a applicationSuspend system listener can cause a crash when building. Although the post was for Android builds, it turned out to be the exact same problem for me for iOS build.
I modified my code following the suggestions and it solved the problem.