Hi there,
Currently, when we send out push notifications with multiple line breaks, all the content gets cramped into a single line.
How we are achieving the required result is via giving multiple spaces in between the two lines to make the next statement get automatically shifted to a new line due to character length constraint. Is there a way wherein we are not required to follow this method, but get the desired line break as and where required?
Thanks,
Parth