push-notification

No application name appear in the PUSH Notification setting

Hi, i am developing iphone with the push notification feature. I have tested in the development environment. But, when I released my app to the appStore. The user complaint that the app name does not appear in the notification push setting(setting preferences). I am stuck for days about this issue, please give me some guide. And, is it ...

Problem sending Apple Push Notification using Java and REST.

Hello there, This is a follow up to my previous posting on StackOverflow. Figured its better to start a new post (since I made more progress than before) rather than appending a new question on a previous thread. Am using the Javapns library on Google Code to send an Apple Push Notification through a REST based web service... Here ar...

Problem in receiving apple push notification

I have written provider part in java. Notification is sent to the APNs. Not getting any exceptions. iPhone app is registered and checked the settings in the iPhone it is fine. But notification is not received by the iPhone. I don't know why? I have a doubt in notification message. But i dont know how to check it out. ...

Push Notifications - sound not working?

I've got an iPhone app that I'm working on that uses Push Notifications. In the payload I'm specifying a few things: message body sound action-loc-key because I don't want the user to be able to launch the app from the notification The notification is getting to my iPhone just fine. It shows a message without buttons. So body and ...

Push Notification icon in Settings

I've got an app that uses Apple's Push Notification Service. I'm registered, and receive the notifications just fine. However, when I go into the Settings -> Notifications area, my app is listed, but there's no icon visible. Is there a flag, or a special PNG I need to include in my bundle? Thanks! ...

IPhone push notfication for a webapp?

Is it possible to implement IPhone's push notification service for a Webapp that has an icon on the "desktop"? If so how? ...

Apple Push Notification Service server load?

I'm preparing to set up a APNS message server, and I was wondering if anybody has done any analysis on APNS server load that they would be able to share. Minimum server specs, maximum messages per second, anything like that. Thanks! edit: I'm planning to implement this with .NET, but info about any platform would be incredibly useful....

Possible to incorporate "push email" into a web app?

I was reading about this new feature in Gmail called push email which seems to be designed with smart phones in mind. But I wonder if it would be possible to incorporate this into a web app. So for example, let's say I allow Gmail to push email to a particular HTML form and then I have my web app process the emails. Would that make...

Limits on iPhone push notification sounds?

Does anybody know of any limitations on the sounds that can be played when an iPhone app receives a push notification? Specifically, is there a maximum sound length? Also, I am assuming that the volume of the sound will match whatever the user has set their ringer volume to, and if set to vibrate mode, the phone will vibrate instead of...

Create an iPhone push notifcation web service in asp.net c#

Does anyone know the stepts how to create an iPhone push notifcation web service in asp.net (C#) that I can call using JSON protocol? I'd like to be able to an http request to have an alert sent to another iphone device id. Is this possible? Any sample code would be helpful. ...

push notification receive and handle(help plz)

I have 2 problem I implement notification , install in my phone but when I send notification from provider, I didn't receive any notification , but when i use another phone i receive notification. Is there any setting for receiving notification? where of my code i must implement codes that must run when i click on"View button" on notif...

Push questions and help

Hay guys, I'm looking into reading about 'push' technology, but i think i may have heard about it in the wrong way. Is there are interesting things i should know about it? How can it be done in PHP? Can it be done in PHP? What's the general idea behind push? Thanks ...

How to use Apple Push Notification sandbox as a virtual device?

Apple's APN Service Programming Guide in the Provisioning and Development section claims that "[t]he sandbox environment also acts a virtual device, enabling simulated end-to-end testing." However I couldn't find any information how this virtual device can be accessed (e.g. how do you get a device token, how do you check the status of no...

how provider sends notification to APNs?

i want to know that if i have a server how do i send push notification to devices through APNs,do i need to register/authenticate my server to APNs.DO i need to pay for sending Push Notification?Any sample code related to this will help better to understand this. ...

how to make my server support APNs?

i read in some stackOverflow post that The host would need to have port 2195 open and support push notifications under apns.how do i make my server to support apns. what does this line means in Push Notification guide To establish a trusted provider identity, we should present this certificate to APNs at connection time using peer-to-...

how to handle push notification if application is already running?

how do we handle push notification if app is already running? means i want to show an alert if app is running instead of push notification alert.if app is not running then show push notification alert.also tell me that if i send a payload to APNs how do i cancel the payload? ...

how to send a http post request to server in iphone app?

how do i send device token from my native iphone app with a specific timer request so that after the specified time push notification alert comes to device. ...

iPhone real time notification from a server, without using Apple push notification

Hello, I'm looking for a way to get real time notification from a server in an iPhone App. I don't want to use Apple Push Notification as I have many notifications. My web service is coded in PHP, and I haven't figured out an easy way to implement this functionnality. Any idea what should I do? Thx a lot for your help! EDIT : I'm look...

Weird Apple Push Notification behaviour when the receiving iPhone is turned off

I'm seeing some very strange behaviour from the Apple Push Notification Servers when the recipient iPhone is off. Here is my scenario: -Send push notification A to Apple. Within a few seconds a push notification popup gets displayed as expected on the iPhone. -Send blank notification to Apple to cancel previous one (the previous ...

how to handle multiple devices when using Push Notification?

I am developing an application in which i want to use push notification service.i have a sever.now i want to know that how do i handle multiple devices? is there a unique device id/name for every iphone? suppose i want to delete request for a specific device token,so how do i handle multiple users? is there a way i can generate unique na...