During the development, all the tests went well.
Although, with the final version (the one available on the iTunes), the notifications don’t work.
When I run my PHP I keep getting an error saying “SSL: Broken pipe” in this line, right after the first 10 or 20 messages.:
[php]$result = fwrite($fp, $msg, strlen($msg));[/php]
But none of the devices are receiving the PUSH.
My AppID is configured with both the production and the development certificate, and the devices are all registering their device tokens on our database.
I thought it might have something to do with the use of latin characters like “ç” and “ã” in the message, but I tried with a different simple 38-character-long message and the result is always the same.
Anyone can share some information on this behavior? [import]uid: 123238 topic_id: 35962 reply_id: 335962[/import]