0
votes
2answers
27 views
How long is an APNS token valid for?
With APNS, when a device registers, how long is the token it registers with good for? The entire time the app is installed? I seem to recall a note in the documentation saying it w …
0
votes
1answer
20 views
APN Error in Server Script (php)
Hi All,
I am getting this error in my php script , while sending payload data.
Warning: stream_socket_client() [function.stream-socket-client]:
Unable to set private key file `/A …
0
votes
0answers
8 views
PushNotification Alert Title
Hi All,
By default the Alert view title in the PushNotification displays the "Bundle Display name" from info.plist.
Is is possible to change the AlertView title ?
Thanks
2
votes
3answers
282 views
Apple Push Notification in Erlang (or improved in Ruby?)
I currently have an Apple Push Notification running on my server in Ruby. I'd like to get one going in Erlang as I'd like to use a supervisor to keep watch over it. Does anyone h …
0
votes
1answer
19 views
Creating .pem file for APNS ?
Hi all,
how to create a .pem file to be stored in the hosting server for APN payload data ?
thanks
1
vote
1answer
47 views
Multiple iPhone APN messages, single connection.
I have a strange issue. I'm trying to get Apple Push Notifications working with Python. I can connect and send individual messages without a problem. The issues pop up when I start …
3
votes
2answers
84 views
How to send a push notification using Erlang?
I'm trying to send a push notification to APNs using Erlang.
This is the code I came up with so far:
-module(apnstest2).
-export([connect/0]).
connect() ->
application:sta …
0
votes
1answer
37 views
Problem registering Push Notifications. HELP!!!
Hello, I've recently started developing iphone applications for a project at school and I've been having some problems testing push notifications. I've read I need to get some SSL …
0
votes
1answer
14 views
APNS result legend
Hi Guys,
Does anyone knows what does int return values for APNS send push messages mean.
To be more specific, here is my PHP server side directive:
$res = fwrite($apns, $apnsMes …
0
votes
1answer
35 views
will APNS generate new device token every time for a single device?
I want to know that does apple's Push Notification Server generate new device token every time when requesting from a same device?
0
votes
2answers
64 views
Sending multiple iPhone notifications
Hi Guys,
My code works ok when I need to send one notification, but each time when I need to send more than one, it only sends the first one. Here is the code:
<?php
$device_t …
0
votes
1answer
83 views
Apple Push Notification Service: Certificate Install Server Side?
I've followed the instructions at How to build an Apple Push Notification provider server (tutorial) in an attempt to set up a push notification server.
When I attempt to connect …
0
votes
2answers
112 views
Apple Push Notification Service
Hi friends, I am developing an alarm app in iphone. To set alarm I have to use APNS (Apple Push Notification Service). Can you suggest me how to do this or some important tutorial …
1
vote
2answers
110 views
PHP how to unpack Apple APNS feedback data
Hi
I've successfully managed to connect to Apple's feedback APNS server but I'm not sure how to unpack the binary data you get from fread(). Does anyone know how to do this? The d …
1
vote
1answer
65 views
.Net Apple Push Notification service Provider?
I started to write a provider for APNs in .Net today, and it seems I've hit a brick wall...
Everything I'm finding about securing sockets says that a System.Net.Sockets.Socket can …
