Tagged Questions

2
votes
2answers
91 views

Apple Push Notifications - When Registering for Notifications no Callbacks are received at all

I've gone through all the steps as specified, am using a dev certificate with APN enabled and am calling registerForRemoteNotificationTypes: with the right flags in my app delegate. Still, neither …
1
vote
7answers
147 views

How to push data over the Internet?

I want to push data to a client application. The client app can be thick or a thin. The push has to happen over the Internet. How can this be done? EDIT: Is there a way wherein the client app opens a …
3
votes
1answer
43 views

iPhone: how to remove badge after Push Notification?

Hi guys, What is the code to remove the badge on my app's icon? When I receive push, I need to remove it when a button is clicked!
2
votes
3answers
121 views

Need opinion regarding design/architecture of a web application

I am working on a web application which needs to get data from some local and some non local resources and then display it. As it could take arbitrary amount of time to get the data from these …
0
votes
1answer
19 views

How does push work on ipod touch with respect to auth credentials ?

I installed this instant messenger program called IM+ that keeps your accounts online even when you exit the application (you know... touch: only one app at a time) it accepts push deliveries to …
0
votes
2answers
34 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 was only good until …
0
votes
1answer
29 views

Server Push vs Server pull in IIS

Hi, I was thinking of building a chat application in ASP .NET. I was thinking of either using push or pull. I have found that pull is more scalable than push. But does any body know if the web chat …
2
votes
3answers
288 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 have any code that …
1
vote
1answer
70 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 sending more than …
4
votes
2answers
96 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:start(ssl), …
2
votes
6answers
2k views

WCF push to client through firewall?

See also How does a WCF server inform a WCF client about changes? (Better solution then simple polling, e.g. Coment or long polling) I need to use push-technology with WCF through client …
1
vote
1answer
254 views

iPhone Push Notifications Custom Sound, no Vibrate in silent mode?

So, I have Push Notifications working fine to my app with Custom Sounds. However, when my iPhone is in silent mode, and I send a push notification with a custom sound, the sound obviously does not …
0
votes
2answers
47 views

After pushViewController, how to disable the backBarButtonItem?

After pushViewController, how to disable the backBarButtonItem, that going back will not be possible? tnx :)
1
vote
1answer
32 views

Feedback service for Push notification

Hi, I wrote the below script to read the feedback data. But, for some reasons, I am not receiving any data from the server. Can you kindly let me know whats wrong with the script. Also, if you have …
1
vote
2answers
64 views

git pull with local changes

I think I might be asking something weird/wrong here, but I'm new to git so bear with me! I have a development clone and a live clone of a git repository, pushing from development and pulling to …

1 2 3 4 5 next
15 30 50 per page