Closed sergiisukhanov closed 9 months ago
It's worth it to mention that the same attribute can be added through the braze android SDK without any problem.
Hi @sergiisukhanov @Ro-M,
Thanks for filing this issue! We have identified a fix and are planning to include it into our upcoming release very soon.
Hey @sergiisukhanov @Ro-M, this fix should be out with our 7.6.0
release! I'll close out this issue, but feel free to open a new one if you have other questions or concerns. Thank you!
Platform
iOS
Platform Version
iOS 15.5
Braze SDK Version
The latest one (from
master
branch)Xcode Version
Xcode 15.1
Computer Processor
Apple (M1)
Repro Rate
100%
Steps To Reproduce
brazeUser?.setCustomAttribute(key: "$my_attribute", value: true)
to the Example application right afterbrazeUser?.setCustomAttribute(key: "last_login_date", value: Date())
line.Expected Behavior
Having the
$my_attribute
field with value in the request body:Actual Incorrect Behavior
Absence of the
$my_attribute
field with value in the request body:Verbose Logs
Additional Information
It's only iOS issue, Android folks were able to set the custom attribute with
$
in the name.