Add a localizable strings file and add your string there. For example, you could have something like:
"Push_String" = "My push string with a line break
and argument: %@";
Now in your notification payload, use the loc-key and loc-args properties, for example:
"loc-key":"Push_String","loc-args":["My argument!"]
Now you should have a line break in your notification.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…