Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Allow for unicode chars in ios notifications #80

Open
AdriVanHoudt opened this issue Nov 26, 2015 · 0 comments
Open

Allow for unicode chars in ios notifications #80

AdriVanHoudt opened this issue Nov 26, 2015 · 0 comments

Comments

@AdriVanHoudt
Copy link

Currently I am getting these errors:

2015/11/26 16:41:26 Alert (iOS): {"aps":{"alert":"Test: 💬test","badge":-1,"sound":"bingbong.aiff"},"payload":{"event":"notification","data":{"message_text":"Test: 💬 test","notification":{"body":"💬 test","id":121,"image":"urlToImage","tag":121,"title":"Test"}},"time":1448556086}}
2015/11/26 16:41:26 Error (iOS): encoding/hex: invalid byte: U+0074 't'

I add them in javascript like this: '\uD83D\uDCAC'
EDIT: adding like 💬 in js does not help

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant