Push Notifications headers in web console

Hi,

I can´t add headers to push notifications in the web console.

I attach screenshot.

I am sending these headers to iOS devices according your documentation:

"ios-badge”:"increment","ios-sound":"Sound12.aif","publisher_name":"Anonymous"

The web console show me an error due to the format of the headers but I added them with this format.

Please, can you give me more info about this issue?

Thanks,

Jose

Please, can you give me info about this problem?

I am waiting for your answer since yesterday.

Thanks,
Jose

Hi, Jose!

The problem is that your double-quote after word “ios-badge” is incorrect - it’s codepoint is 8221, but expected - 34. Change this char to normal double-quote.
best regards,
Alex

Hi Alex,

You are right, it was the codepoint of the double-quotes.

Thanks for your help!

Jose