push-notification

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

Push notification on iphone from my server.

Hi, I am creating an application and i'm planning to use a notification service in it. I've a server and the application is calling this server via webservices and updating its data. But i now need to enable a notification service where the user may get the updates in my server as a notification. I am planning to use Urban Airship servic...

Apple push notifications could not receive size of message error

I'm trying to send some push notification message to my App using the sandbox option. I'm getting those messages on my console: Sun Apr 25 21:56:22 unknown /usr/libexec/notification_proxy[57] : Could not receive size of message Sun Apr 25 21:56:22 unknown /usr/libexec/notification_proxy[57] : Could not receive message How do I resolve ...

are push notification tokens unique across all apps for a single device?

i will have multiple applications on the app store and 1 urban airship account to send push notifications to all of these devices. what i want to know is if each apple device has the same "push token" across all applications? this is more of a database architecture thing so that I don't duplicate a push token many times if one single d...

mercurial .hgrc notify hook

Could someone tell me what is incorrect in my .hgrc configuration? I am trying to use gmail to send a e-mail after each push and/or commit. .hgrc [paths] default = ssh://www.domain.com/repo/hg [ui] username = intern <[email protected]> ssh="C:\Program Files (x86)\Mercurial\plink.exe" -ssh -i "C:\Program Files (x86)\Mercurial\key.pub" [...

Unable to find or obtain a context for request certificate

I am trying to send push notification to iphone. By searching on internet i found that register the P12 file on server with winhttpcertcfg. But when I tried with this command winhttpcertcfg -g -c LOCAL_MACHINE\MY -s "CertificateName" -a "ASPNET" on command window after installing winhttpcertcfg. But I am getting the error "Unable to f...

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

Trouble sending multiple notifications using APNS

I'm trying to send multiple notifications using my PHP script. But after sending about 50 or so out of the 10k users, I get a broken pipe warning. I'm not sure whether that message is sent. From various other posts, I learnt that it could be because of a invalid token. However, my feedback service returns no invalid tokens. (ssl://feedba...

Do iphone push notifications send the actual sound data to play, just a filename, or is it handled by the app?

And, does it cache it locally? I ask because I am wondering if it's possible to change the sound of a push notification via SSH, replacing an app sound. My question is specifically about how the API for push notifications works. Does it send a .caf (aiff) binary file for the phone to play each time? ...

iPhone Push Notification Reliablity

How reliable do you find push notification on the iPhone to be? Does it improve when moving from the sandbox to production server? I am testing (with the sandbox of course) and have found that notifications are often delayed or not received at all. I am not talking about sending multiple messages and only the last one arriving, as the d...

Running push notifications sample

Hi, I am trying to embed push notifications in my application. I have some queries about it... 1) Should we compulsorily register in the following site to implement push notifications??? 2) I am using Eclipse plug in for blackberry. I found a sample called httppushdemo in blackberry api's. In the corresponding folder i found a readme ...

Apple Push Notification Feedback Service - how frequently does it check

I have been able to successfully create push notifications and I have also received responses from the feedback service, so I am confident that my configuration is correct, but I was wondering, how long after a device has been made inactive, will it be picked up by the Apple Push Notification Service. When I first polled the feedback ...

Push notifications for iPhone

I need to implement push notifications in my iPhone app. This is the first time I am working on this. I created certificates and a basic program. I need to link up with the server (the server is implemented in Java). I don't know how to link up. Can anyone help me? ...

Does Unlocked iPhones Receive Push Notifications ?

Hi Is there any problem that unlocked iPhones doesn't receive Apple Push Notifications from apps. Thanks, Tharindu ...

Why we send Push from Server Side ?

Hi, Is there any possiblity to implement Push at iPhone Client if we know the DeviceToken. Why we cannot go for a client side Push Implementation ? And if we have cert as .p12 on client Documents Directory Tharindu. ...

Pushing notifications to a JavaScript?

I'm just wondering if there is a way to have a server push information to a JavaScript function. Essentially I have a Dashboard-type page that has a javaScript function to get updates from the server and update the dashboard. I would like my server to be able to "ping" the JS. I don't even know how that could be possible (I'm guessing ...

can iPhone application use push service if deployed via enterprise deployment?

Based on following question push notification service cost I want to know, will my application receive push notifications if it is deployed via Enterprise deployment, and is there any limit of number of installations of enterprise deployment for push notifications, we currently have 10000+ users, but the application is only for the mem...

Setting end date for repeating local notification in iPhone OS4 SDK

In the iPhone OS4 SDK, does anyone have a suggestion for how I would implement a repeating local notification that ends on a particular date? Looking at the API documentation, there doesn't appear to be a built-in property of UILocalNotification to allow you to set an end date on a repeat. Any suggestions would be much appreciated. Th...

iPhone: Push Notification Error, Unable to Connect to Gateway

Hi all, I'm trying to use push notification but I get this error: stream_socket_client() [function.stream-socket-client]: unable to connect to ssl://gateway.push.apple.com:2195 i've made my cert.pem using the Apns production certificate and his private key. I've made my cert.pem using the Apps production certificate and its priva...

[iPhone SDK 4.0] Catch remote notification while application is in Background

Is there a way to catch remote push notification while the application is "running" in Background ? I have implemented the delegate function didReceiveRemoteNotification, and would like it to catch the remote notification while the application is in Background in the new iPhone OS 4.0 The application is correctly in background, since i...