-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am developing an iPhone App that uses Apple Push Notifications. On the iPhone side everything is fine, on the server side I have a problem. Notifications are sent correctly however when I try to query the feedback service to obtain a list of devices from which the App has been uninstalled,…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've read that to receive push notifications over Wifi the firewall must allow TCP traffic over port 5223. However, the network administrator tells me he needs the IP addres of the server. Would it be gateway.sandbox.push.apple.com?
Thanks!
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I recently found this very interesting article on APNS and Emoji characters: EASY APNS - Just for fun
It contains a list with all supported Emojis. However, I couldn't get them to display in my push notifications. All I get is the code, not the image. For example, if I add \ue415 (a smiley)…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to send some push notification message to my App using the sandbox option.
I'm getting those messages on my console:
Sun Apr 25 21:56:22 unknown /usr/libexec/notification_proxy[57] : Could not receive size of message
Sun Apr 25 21:56:22 unknown /usr/libexec/notification_proxy[57] : Could…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm sending push notifications and when the message contains foreign characters (Turkish in my case) like I, s, ç, g... The message does not arrive to devices.
Here's my code:
$message = 'THIS is push';
$passphrase = 'mypass';
$ctx = stream_context_create();
stream_context_set_option($ctx, 'ssl'…
>>> More