Post

Replies

Boosts

Views

Activity

Reply to iOS 15 Watchdog crashes
One of the threads is doing some heavy work and after marking that thread as BackgroundThread, this issue is resolved for us. Looks like, while app is terminating Watchdog does not wait for background threads to complete their work but it waits for normal threads to finish their work. If they can't complete work in 5sec they app will crash.
Jun ’22
Reply to CPPExceptionTerminate crash in iOS
Hi Eskimo, Thanks for helping with this. This crash randomly happens in my device, if I force close the app when game is on loading screen. As per my reproduction steps I can confirm this crash is not user facing. It is happening while app is terminating. Still we want to fix it, since we want to bring down our overall crash rates in App Store. Now, I disabled Bugsnag which is our third party crash reporter and reproduced the crash. Even in the latest crash report which does not have BSG_KSCrashSentry_CPPException.mm in it, I can't find Last Exception Backtrace. Can you please check the attached full crash report and let me know if we can find the root cause? MyGame 06-04-22, 3-47 PM.crash Thanks, Eshwar
Apr ’22