Closed DangWW closed 2 years ago
Hi @DangWW,
Thank you for reporting this issue. We have identified the problem and will release a fix as part of our next update.
We'll update here once that fix is released.
@DangWW,
I also wanted to add that in the meantime, you can create the Braze.InAppMessage
directly. For instance, to create a modal with the specified properties:
let message = Braze.InAppMessage.modal(
.init(
data: .init(
extras: ["stuff": "thing"]
),
header: "header",
message: "test"
)
)
Thank you @lowip !
Platform
iOS
Platform Version
iOS 16.0
Braze SDK Version
5.6.1
Xcode Version
Version 14.1 (14B47b)
Computer Processor
Intel
Repro Rate
100%
Steps To Reproduce
Create a raw message:
Convert to regular:
Observe extras are empty
Expected Behavior
I would expect
InAppMessage.extras
to be the same asInAppMessageRaw.extras
.Actual Incorrect Behavior
InAppMessage.extras
is emptyVerbose Logs
No response
Additional Information
No response