ionic-team / legacy-ionic-cloud

JavaScript Client for legacy Ionic Cloud services. See Ionic Pro for our new take on the ionic development lifecycle
Apache License 2.0
65 stars 26 forks source link

Push Encoding #202

Open Bernardoow opened 7 years ago

Bernardoow commented 7 years ago

Hiii TEAM !!

I had small problem with encoding payload of API PUSH.

When I read the doc I din't saw about about encoding type. I think at small cenarios, like words with acents like emissão, calça. (ã, ç). This letters was displayed with wrong letters. because I sent with encoding latin-1.

For I use this correct I need encode for to uft-8 first.

Please Put this information at documentation.

Bernardoow commented 7 years ago

@https://forum.ionicframework.com/t/api-push-notification/87986/4