push-notification

APNS-php fails to send to more than 1 recipient when using production certificate

We utilize php-apns to send push notifications to our iPhone app users. This worked great when we were developing, however once the app was in the app store and I switched to the production certificate, I'm only able to send to a single recipient. Any more than that and no one gets a push notification. I've read elsewhere that others ...

Add iPhone push notification using ASP.NET server

Here's the overview. I need to add push notification to an iPhone app. Server side is ASP.NET in c#. What I would like is some coaching to work through the process. I will then post generic code for an iPhone project and an ASP.NET web app along with step-by-step instructions so that others can learn. Here is my understanding: Apply...

Push notification guide?

Hi guys , i need a rundown on how to fully utilise the push notification system. Iv read the push notification guide on the apple website but still unclear of some things. Lets say i have a windows PC and an iPad. 1) what should the PC be configured with to become a "provider"? Should it be configured to be like a server, giving out da...

How does a push notification system works like on Y! Mail app?

I installed today from Market, the Yahoo Mail application and I was reading it offers push message notification technique. Indeed it works, as I got exactly the same moment the alert on my desktop computer and my mobile mail client. How is it accomplished? ...

apple push notification with APNS sharp.

i use APNS Sharp library for my apple push notification. i have downloded from Here.i use sample test program provided by APNS sharp library without any modification. it simply does not send any notification until i put break point at that line of code. if i put break point. i just work fine.is this expected behaviour or i am doing somet...

Background process to alert the user in iphone?

hi, I am developing a iphone uiwebview based application to load an web application url by getting the user credential from a login screen,as i have username and password which are required to communicate with the server on the other end with web services,i want to make an alert with some data to the user once after he logged into appl...

iOS - Push Notification: does it always display a notification

Hello! I'd like to know if it is possible to send a push notification, through APNS, without displaying a notification if the application isn't started? (in this case, the message received will be thrown away) Thx ...

Push Notification - Dedicated server required?

Hi. I'm thinking of developing an app that uses Microsoft Push Notification. However, I'm not quite sure what I need on my server. I've currently got a shared hosting account. Can I use this as my server to use Push Notification, or does the server have to be dedicated? Thanks ...

Push Notification Error: "Unable to set local cert chain file"

I wrote a test php page that just sends out a generic push notification and it works intermittently. Sometimes it delivers the message and other times I get this error: "Message: stream_socket_client() [function.stream-socket-client]: Unable to set local cert chain file `/var/www/ninerobot.com/public/mlb/certs/mlbtr-push-dev.pem'; Chec...

iPhone Push Notification - How to use default sound

Hello All... I have implemented whole push notification service for my application using easyapns. I have implemented the server part using php and using the default php classes provided by easyapns. Now, from server (php file), i am passing sound file name like : $apns->addMessageSound('bingbong.aiff'); And I am including this 'bi...

A question related to sound of Push Notification

Hi 1>I want to show a sound to user when push notification comes from user What should i do for that? ...

iPhone registerForRemoteNotificationTypes does not generate an error but does not fire delegate that gives device token

I am developing an iPhone app that needs push notification. I followed the instructions for creating the certifications and modifying the app ID. I am not totally sure I did this correctly, but I did follow the directions. Any idea how I can check to see if this is OK? When I ran in the emulator I did get an error message saying that th...

Sample code for iPhone location-based push notifications?

There's something I'm not seeing with Apple's push notification programming guide & related documentation. Is there a decent sample project (or well written tutorial) to show me how to do push location notifications? Here's what I want to do: Launch my app. Press the "remember this spot" button. Quit my app. [... time passes ...] Ge...

Multiple UILocalNotification Management

I am developing an application that, because I can't use a custom time interval to schedule local notifications, has to create N local notifications to simulate a timed schedule. The application does this once for every X objects (let's call them calendar events for now). So a user can have 100 calendar events, each with 20 local notific...

Is there any documentation for the PAP protocol used by the Blackberry Push Service?

I'd like to connect to the Blackberry Push Service using .NET, but the available SDK is in Java and does not include source code for the server components. I could not find a clear document anywhere describing the communications protocol used by the push service. Any help is appreciated. I did see this post, which provides a few clues...

Play local notification default sound when displaying UIAlertView?

I'm writing a reminders app for iPhone that displays reminders using local notifications. If a reminder goes off while the application is running, the local notification isn't displayed. Instead, the didReceiveLocalNotification method is called in my app delegate, and I mimic the local notification dialog by displaying a UIAlertView wit...

Ruby, SSLSockets, and Apple's Enhanced APN message format

I'm trying to implement support for Apple's enhanced Push Notification message format in my Rails app, and am having some frustrating problems. I clearly don't understand sockets as much as I thought I did. My main problem is that if I send all messages correctly, my code hangs, because socket.read will block until I receive a message. ...

How to know whether .pem file is correct or not

Hi There, I have created a .pem file to be used for Production push notification, and uploaded in server. But when sending push notification, it is giving error like this. $fp = stream_socket_client('ssl://gateway.push.apple.com:2195', $err, $errstr, 60, STREAM_CLIENT_CONNECT, $ctx); not working, return failed. what is this error, h...

Push Notifications not working after update to iOS 4.01

Push Notifications for a clients app were working fine on iOS 4 but when users update to iOS 4.01 they can no longer register for notifications. It looks like the phone running under iOS 4.01 is unable to generate a Device Token to give to the app. The app still shows up under the Settings->Notifications menu as being ON. Google tells ...

Push notification not working properly.

Hi All, I have integrated push notifications in my app. They seem to work fine when the app is not running, but when I open the app they are not received (although they are received when I run a different app). My app highly depends on a good network connection, so there is no reason that notifications are not received due to bad netwo...