-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
closure #1 in AptabaseClient.stopPolling() + 1 (AptabaseClient.swift:64) #23
Comments
Attaching the crash report. Very strange as the crash report is not telling if this crash is foreground or background. and am calling events in applicationDidEnterBackground and applicationWillEnterForeground. This happens after like 11k such events. |
@Claeysson @dalenjohnson any hints into why would this be happening? |
|
Aptabase.shared.initialize(appKey: "appkey") in didFinishLaunchingWithOptions in AppDelegate Aptabase.shared.trackEvent("eventnames") in applicationDidEnterBackground and applicationWillEnterForeground to track if users have minimized the app and come back or not. |
Same here. We recently rolled out Aptabase in a macOS app and now started to see crashes with stack traces along the lines of this:
Note that this happens NOT on the main thread. |
Am seeing one crash after adding this sdk after 4-5 days in my app running on user's device, after ~3k sessions
The text was updated successfully, but these errors were encountered: