push

Apple push notifications - firewall?

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! ...

Doing broadcasts with http server push?

We are designing a system with a PC base station and 100 Android mobiles communicating over WiFi. They will use XLM-RPC as the method of mobile to base station communication. However, sometimes the base station needs to broadcast a message to all mobiles. Should we use "http server push" for this, ie, have the base station leave the conn...

Apple Push Notification: Sending high volumes of messages

Hi I am using PHP to connect to apns to send some notifications to multiple devices, although the question is more conceptual so it doesn't have to be specific to PHP. I will be sending to about 7000 devices (and growing) all at the same time. My process runs ONCE per day and broadcasts to all devices, so I am not constantly re-opening ...

when is a push notification old?

I have noted that when the iPhone OS receives a push notification, it considers that a user action to click on the action button as a "response" to the push notification for some indefinite period of time. If the user lets the push notification sit on screen for a number of seconds, or lets the phone go to sleep, the phone no longer con...

Problem generating APN SSL certificate after submitting to apple store

I'm having trouble getting Apple to generate an APN SSL certificate for my app ID. I've submitted the application to the Apple store, and it is pending review. I tested the application using an Ad Hoc app ID "${bundle_id}.adHoc" and everything went fine. I submitted to the Apple store with app ID "${bundle_id}.release". Now I want to g...

Pushing mail from postfix to iPhone

Hi, Is there anything out there (pref. open source) to push email to the iPhone like Exchange does? Thanks, Jason ...

Push notifications work for Ad Hoc, but not when downloaded from the Apple store.

My app just got approved for the apple store. I downloaded it an installed it on my iPhone - but it looks like push notifications are broken! I was successfully testing push notifications in production using an adHoc provisioning profile. I had no problems. The only thing I did differently when I submitted to apple was using an app stor...

Getting IOException Push back buffer is full while trying to unzip a String value using ZipInputStream

I am trying to unzip a String value. But I am getting a java.io.IOException: Push back buffer is full public byte[] unzipArray(String stringToUnzip) { byte[] inputByteArray = Base64.decode(stringToUnzip); ByteArrayInputStream byteArrayInputStream = new ByteArrayInputStream( inputByteArray)...

Git basic workflow

I am new to Git and trying to use it for a local grails project. The steps I followed. 1. create the grails project 2. go to the project directory and git init 3. Add all the files in the project in staging area and commit. 4. The git status at the repo gives the below message BXX@BXX-PC /c/Work/Grails/projects/yyy/tables (master) $ g...

What's a simple way to web-ify my command-line daemon?

Suppose I have a simple daemon type script that I run on my webserver. I run it in a terminal, with gnu screen, so I can keep an eye on it. That works fine (incidentally, I use this trick). But now suppose I'd like to make a web page where I can keep an eye on my script's output. What's the easiest way to do that? Notes: This is main...

Javascript pushing object into array

Hey, I currently am having trouble trying to get this to work. Here's a sample code of what I am trying. A lot has been taken out, but this should still contain the problem. I have an object, user, and an array, player. I am trying to make an array with the players in it, here: function user(name, level, job, apparel) { this.name = nam...

What is the difference between git commit and git push?

In a Git tutorial I'm going through, git commit is used to store the changes you've made. What is git push used for then? Thanks for reading! ...

Push notifications....Feedback problem, when using apns-sharp C# library

Hello everybody. I've installed on my iPhone ad-hoc version, so it means distribution one. I've downloaded apns-shart library and tried to test push notifications on that. I have all necessary certificates. I've succeeded to push notifications using test notification project and with this everything is fine. My problem is: when I've t...

Timer based reminder in iPhone app

My app asks the user to fill in and save a form locally. I want him to be reminded 48 hrs after the app has been closed that he has a pending form. Is push notification the only way out? Does it cost money to use a provisioning service? ...

UINavigationController doesn't fully push view and only changes the Navigation toolbar to the next view's toolbar

So I have an iPhone application that utilizes a UINavigationController for setting up the views. When the application first starts, it presents the user with a UITableViewController and the user can select an item and it will push another view. Now I have it set so that my app remembers the user's last selection and automatically selec...

nginx_http_push_module and databases

i am a newbie of nginx , and i am using nginx as a comet server by nginx_http_push_module i have two question: 1,how can i save the messages which recieved by nginx_http_push_module into databases ? 2,how can i get listeners list of a channel ? thanks~ ...

I want to make inventory system for i-phone with push notification so what is the floe of this direction?

I want to make inventory system for i-phone with push notification so what is the flow of this direction? ...

How to request device token on iphone

Hello, I am able to use the didRegisterForRemoteNotificationWithDeviceToken callback method to get the device token of my iphone when subscribing to push notifications. My question is how can I get this token again a later time? When a user subscribes to something in my application, I want to send the device token and the id of the ite...

What's the best event push method from servlet to clients (esp. lightweight mobile ones)

This question must have been asked a thousand times but I couldn't find good high-level guide. I want to push events with a particular topic from a JMS (ActiveMQ, to be exact) as they occur, to clients that subscribe to listen to that topic. I don't have many assumptions about the clients, but I especially want to target mobile clients...

APE engine Mysql push data to channel on insert

Hello, i am working with APE Engine (http://www.ape-project.org) and up until now i had no actual problem. The problem is that i would like to use the MySQL module and push data to a channel each time a row is inserted into a table. I've tried to setup a server side module, i created an SQL query but data is fetched only when the serv...