Closed virbedi closed 1 year ago
Hi @virbedi,
Thank you for opening this issue. Could you upload the specific image on this thread? We need to make sure we reproduce in the same conditions.
Here's the image that is uploaded to the Braze Dashboard.
@virbedi,
Thank you for providing this asset. We've identified the issue and are reviewing a fix that should be part of the next release.
In the meantime, you can pin your dependency 5.14.0
which does not suffer from that issue.
We'll update here once the fix is available.
Thanks for the quick response. I'll give 5.14.0 a try in the mean time.
Platform
iOS
Platform Version
iOS 16.2
Braze SDK Version
6.3.1
Xcode Version
Xcode 14.2
Computer Processor
Apple (M1)
Repro Rate
100%
Steps To Reproduce
ABKInAppMessageWindow
.Expected Behavior
The header image at the top of the modal should scale to fit the entire width of the modal.
Actual Incorrect Behavior
The Image is scaled differently and display in the center instead of the entire width of the modal. Before and After images when using Appboy-iOS-SDK', '~> 4.1.0' vs BrazeKitCompat 6.3.1
Verbose Logs
No response
Additional Information
We are trying to migrate from the older AppBoy SDK to the new BrazeKit SDK and would like to use the Compat libraries before we migrate fully to the new SDK.
The images as part of our UI are not scaling as they were before. The only changes made were to the import statements and Podfile as per the Migration Guide