Closed fegoulart closed 8 months ago
Hey @fegoulart, does this bug only appear when you have two buttons attached to an IAM or having any number of buttons?
In the verbose logs you attached, there seems to be only one IAM campaign under the triggers
array. Is that the IAM you are expecting to appear, or is the IAM payload not included in that triggers array?
Additionally, are you able to send some additional verbose logs that may include the trigger of the IAM? In a typical happy path, there should be a log message starting with the phrase: In-app message ready for display:
- this usually indicates that the IAM was successfully triggered and is being sent to the UI layer. If you're able to provide additional verbose logs, we should be able to check where in the flow the IAM could be getting dropped.
Would you be willing to share the above details in addition to your campaign with our support team at support@braze.com so our internal teams can take a closer look at where the issue could be occurring? Thanks!
I am closing out this issue due to possible staleness, and since it requires more information (steps to repro, verbose logs of this behavior, more context around the particular integration). If you are still running into this issue, feel free to contact support@braze.com with the requested information above. Thanks!
Platform
iOS
Platform Version
iOS 16.7
Braze SDK Version
7.4.0
Xcode Version
XCode 15.1.0
Computer Processor
Apple (M1)
Repro Rate
100%
Steps To Reproduce
Create a campaign on Braze dashboard with the following message: Type: Full-screen Layout: Image & Text Enforced Device Orientation: Portrait Add Image Add Header text Add Body text Add 2 buttons with redirect to Web URL Check Open Web URL Inside the App Message Close: Wait for User to Dismiss
Expected Behavior
The view appears over the current app screen
Actual Incorrect Behavior
The view DOES NOT appear over the current app screen
Verbose Logs
Additional Information
It is working ok on Android. IAMs without buttons works ok. Push notifications are well delivered. App uses Storyboard and UIKit API.
The following libraries are added to the main target:
BrazeUI BrazeLocation BrazeKit