Closed iOHS closed 6 months ago
Hi @iOHS,
Thank you for reporting this issue. Unfortunately, we haven't been able to reproduce it yet. Could you send the link to the campaign for which you're experiencing the problem to support@braze.com, please also reference this GitHub issue thread in your email.
We'll be able to take a better look once we have those information.
Best,
@lowip I sent you an email. thank you
I'm closing out this thread due to inactivity and because we are conversing directly through our Support channels, which will be easier for back-and-forth. Thanks!
Platform
iOS
Platform Version
iOS 16.2
Braze SDK Version
5.14.0
Xcode Version
Xcode 14.3
Computer Processor
Apple (M1)
Repro Rate
100%
Steps To Reproduce
willPresent
callExpected Behavior
willPresent
is called.Actual Incorrect Behavior
willPresent
is not called.Verbose Logs
Additional Information
Hello. BrazeInAppMessageUIDelegate is set correctly, but
willPresent
is not called.displayChoiceForMessage
andprepareWith
are called normallyIs this due to the difference between calling
delegate?.inAppMessage(self, prepareWith: &context)
and callingui.delegate?.inAppMessage(ui, willPresent: controller.message, view: self)
Please check how we can handle it.Only BrazeInAppMessageUIDelegate declared in the SDK is being called.