-
Notifications
You must be signed in to change notification settings - Fork 265
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 in InAppMessageBannerViewController.handleBannerConstraints(size:) in 19.0.0 #421
Comments
What SDK version did you come from? Pretty sure this was probably introduced in this commit - c6be6d3 Could you answer a few questions, might help with reproducing:
Ill try to to stress test it to reproduce the issue. I am pretty sure we are just trying to update constraints during some sort of transition instead of doing it on viewDidLayoutSubviews. |
I was not able to reproduce the issue in our sample, but I was able to do it with a minor code change:
Canceling the subscription in |
Fixed in 19.0.2. Pod and SPM have been updated. XCFrameworks next week hopefully |
We're seeing a crash in
InAppMessageBannerViewController.handleBannerConstraints(size:)
:Stack trace:
Started happening after upgrading to Airship
19.0.0
.It's a production crash, not sure how to reproduce, but it might be related to displaying several in-app messages in a row.
The text was updated successfully, but these errors were encountered: