Closed wajeehUlH closed 1 year ago
NOTE: It happens when we add a wrong redirect url in news feed from Braze console. In previous Appboy sdk there is no crash the app and webpage is dismissed. Now while using BrazeUICompat app should not crash in any case either url is broken or a wrong url.
Hi @wajeehUlH,
Thank you for reporting this issue. Unfortunately, we are currently unable to reproduce this behavior.
To help with our investigation, can you provide:
Please send that information to support@braze.com, making sure to reference this GitHub issue in the email.
To add more information, BrazeUICompat (and BrazeKitCompat) are designed to be an in-between step to allow the host app to build during a partial migration, until the "Full Migration" could be completed.
Due to inactivity on this thread, I am closing it out. As noted above, feel free to contact the Support channels for more investigation into your issue so we can help pinpoint the root cause and aid in your migration from AppboyKit to the Swift SDK. Thanks!
Platform
iOS
Platform Version
iOS 16.2
Braze SDK Version
5.10.0
Xcode Version
14.2 (14C18)
Computer Processor
Intel
Repro Rate
100%
Steps To Reproduce
1) open ABKNewsFeedTableViewController in newsfeedui 2) select option to open web-url
Expected Behavior
No crash while sdk calls this method in ABKFeedWebViewController:
And line no 143: decisionHandler(WKNavigationActionPolicyCancel);
Actual Incorrect Behavior
App is crashing on
Verbose Logs
Additional Information
No response