Open joaosouza-traxretail opened 9 months ago
Hi @joaosouza-traxretail,
Thank you for opening this issue, we're tracking it internally and will update here once we have a fix ready. Are you able to reproduce the crash consistently?
Best,
HI @lowip
Thanks for answering! The crash happens 100% of times after receiving an In-App Message (the app crashes before showing it to the user).
Best,
Platform
iOS
Platform Version
17.2
Braze SDK Version
8.0.1
Xcode Version
15.2
Computer Processor
Apple (M1)
Repro Rate
100% of the time
Steps To Reproduce
Made a migration from Appboy ObjC SDK to Braze Swift SDK and started doing some testings. Found this one when sending an In-App Message test from the admin panel. The app sets a custom BrazeInAppMessageUIDelegate but only to be able to listen to events not to customize the UI.
The custom delegate is set on AppDelegate as the documentation states:
Expected Behavior
In-App message to display normally.
Actual Incorrect Behavior
The app crashes.
Verbose Logs
Additional Information
No response