-
Notifications
You must be signed in to change notification settings - Fork 143
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
Crash trying to create UIButton on background thread #97
Comments
Hey @kballard, Thanks for the report! According to the stack trace, it seems that Could you provide more information about:
Thanks, |
We have not reproduced the crash internally, this stack trace came from Fabric. That said, |
Hey @kballard , I definitely agree regarding the root cause of the crash - we're working on a fix now. If you can provide any information on the number of users affected/frequency it would help us understand the urgency here. Thanks very much for reporting this issue. |
+1 to the issue The app crashed for me when Appboy SDK was expected to display an in-app message with the call @Wenzhi SDK version we're using: Appboy-iOS-SDK 2.24.5
|
The crash hasn't shown up since we updated to 2.25.0, so it looks like it was fixed. |
Hi @kballard That's great to hear. Thanks very much for reporting! |
We have a crash that occurs on a background thread where the backtrace is Appboy trying to set up a UI off the main thread. The stack trace looks like
This is with version 2.24.3.
The text was updated successfully, but these errors were encountered: