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