Closed k0nserv closed 3 years ago
Hi @k0nserv,
Thanks for the detailed steps to repro and a suggestion for the fix! We are investigating and will let you know when the fix is ready.
Any workarounds for this? I have the same issue.
Hi @lucas-mancini,
Apologies for the late reply! We are verifying a fix for this issue, which should be ready relatively soon. We will keep you updated for when it gets released.
Thanks for your patience!
Hi @k0nserv and @lucas-mancini,
We have released SDK version 3.31.1 which fixes this issue. Please let us know if you are still experiencing problems - thanks!
Excellent, thanks for addressing it 🎉
Thank you so much!!
Report
Braze causes apps that integrate it to look like they support all localizations that Braze supports because of
s.resources
and the copy bundle resource step. Per https://github.com/CocoaPods/CocoaPods/issues/1930 the issue should solve itself if the pod usess.resource_bundle
instead ofs.resources
.Describe your environment.
What did you do?
Integrate Braze through CocoaPods
What did you expect to happen?
Braze not to modify the langauges listed as supported by my app.
What happened instead?
Braze's localisation support causes my app to seem like it supports languages it doesn't support.
Steps to reproduce
use_frameworks!
)Project that demonstrates the issue
BrazeLocalizationIssue.zip