Instabug/Instabug-iOS

Crash on application close - InstabugUserDefaults.ibg_secureSetObject(_:forKey:)

MattRapchat opened this issue · 2 comments

Steps to Reproduce the Problem

Seemingly, instabug is causing a crash while our app is closing.

Stacktrace from project organizer crash report (1298 devices reporting crash with 99% iPhone)
Screen Shot 2022-09-12 at 10 00 04 AM

Stack Trace from firebase (only 9 events and they were all iPad showed up here):
Screen Shot 2022-09-12 at 9 57 44 AM

Expected Behavior

Application will close without causing a crash.

Actual Behavior

Application crashes while closing.

Instabug integration code

Make sure to remove your app token.

Called in app delegate's didFinishLaunchingWithOptions:
[Instabug startWithToken:@"<TOKEN-REMOVED>" invocationEvents:IBGInvocationEventShake];
[Instabug setColorTheme:IBGColorThemeDark];

SDK Version

11.2.0

iOS Version

Various versions (we support >= iOS 14)

Device Model

Various

stale commented

This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.

This is a duplicate of this One-Signal-SDK issue