0

I am sending push notification to ios devices via node package Apn.

The notification title are not showing the emojis, the encoded string is being displayed as it is.

I have checked other solutions but i could not find any working solution so far. Have tried to send the encoding 'ucs2' as well but it didn't work in my case

var message = '\uD83D\uDCE7 \u2709 heavy rain\\uD83D\\uDCA6\\uD83D';

0 Answers0