I'm implementing an In App message in form of survey.
I'm currently facing a problem which when we call it to persist the custom attribute by calling the method below, it doesn't update the user attribute:
selectedValues is an object;
appboyBridge.getUser().setCustomUserAttribute("oct23_fg_survey", selectedValues);I also included the Custom Attribute in the Custom Attributes as Neste Object, but still, it is not updating it properly.
Is there something else needed to get this working?