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
Reply to Background Assets: How do I set breakpoints in the extension for debugging?
I am using XCode 15 and following the above steps to debug but still my break point in extension code does not hit.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to Crash Metrics no longer reporting in App Store Connect analytics
Crashes graph not getting latest data from 17th Nov for our app as well. Even in XCode organizer also latest crash report information is not populating. This data is important for us to decide on the new release rollouts. Can this be fixed immediately?
Replies
Boosts
Views
Activity
Nov ’22
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.
Replies
Boosts
Views
Activity
Jun ’22
Reply to CPPExceptionTerminate crash in iOS
Hi Eskimo, I was able to debug the issue by attaching Xcode debugger which helped me to locate the unhandled exception that was happening in app backgrounding flow. Fixing that exception helped to fix the crash as well. Thanks for your help. Thanks, Eshwar
Replies
Boosts
Views
Activity
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
Replies
Boosts
Views
Activity
Apr ’22
Reply to CPPExceptionTerminate crash in iOS
Please find the attached crash report 2022-03-29_20-00-15.8116_-0700-583a4bdd5502a8b86aae9cb5839c125273fdb427.crash
Replies
Boosts
Views
Activity
Apr ’22
Reply to iOS 15 crashes
Attached full crash report. 2021-08-11_00-34-52.5415_-0400-fdd9e67fccc3b747ca4c52d9c2990e75c7e853c9.crash
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’21