push-notification

Push Notification with a timer - iPhone

I would like to send a push notification to the user but I want it to appear only for few seconds and not to stay on the screen. Can I set a timer to close the received notification? ...

real time notifications using xmpp

Hi, I am looking to include two features in my app using xmpp. The first one is a one-to-one chat which is almost complete (using strophe) and the second one is real time notifications just the way it works in facebook. I tried to understand the pubsub system in xmpp but dont feel that it will suit this particular problem. Please correc...

Generic iPhone Push Application

Hi guys. This is not a development-based question. I am looking for an iPhone application which can offer a push protocol to my iPhone via is API. I mean lets say I will integrate its API to my arbitrary program and I'll push some notifications via API then its client running on my iPhone/iPod Touch/iPad will show me the notifications....

Google App Engine (GAE), Urban Airship, Java, Push notifications. Sample code?

My server is running on GAE (Java), and I'm using Urban Airship service to deliver push notifications. Of course, everything works fine when I use their web-interface to send a test notification, but I'd like to add a test-button to my GAE app/server to have it trigger UA to send the push. The problem is, all of the examples I've seen ...

How to collapse Android notifications?

I'm sending a C2DM update to my Android app every 1/2 hour, which creates a Notification. Problem is, when I wake up in the morning I get 15 Notifications queued up in the status bar. How do I only keep the latest notification, overwriting previous ones? I tried looking at the C2DM documentation (http://code.google.com/android/c2dm/) ...

android push notification service comparision

Hello All, Can anyone give me a comparison for android push notification services. Mainly I want to compare these services. MQTT - http://mqtt.org/ XTIFY - http://xtify.com/ Mobile Push - https://labs.ericsson.com/apis/mobile-push/ Thanks ...

Register the Android App with C2DM

I am using the Emulator of version 8. and when i am trying to register the Android Application then it will gives the null registration ID. Please help me to resolve this issue. How can i register the Android Application with C2DM.My code is to register the App. Intent registrationIntent = new Intent("com.google.android.c2dm.intent.REGI...

Blackberry push integration

I have been asked to investigate BB push and from what I can tell unless the user base is on BB OS 5.0 and above we are going to have to use Web signals. Our use base is fragmented with 50% being 4.6 and below and the other 50% on 5.0. Our production infrastructure doesn't use BES and I don't want to, I also prefer to stay away from a po...

Can we run sample-app that comes with BB Push SDK without app.id?

I am trying to deploy the sample-app war file that comes with PushSDK.But was not able to deploy the application successfully.Steps followed till now 1) I was able to configure PushSDK.properties log4j.xmlbut didn't change value of ${sampleapp.appid} in sample-app-context.xml. 2)then made the war file using cmd 3) Deployed on the ser...

How can server push changes to an HTML page created using JSF?

When we create a JSF page, a client request allows generation of HTML dynamically using a combination of java code and HTML. Can we introduce hooks in the HTML page using JSF framework, that allow server to update the HTML page based on events occurring at the server? ...

Apple Push Notification service, tutorials and libs

Hi, I try to implement a push notification service in my iPhone app... Do you have any valuable bookmarks on this subject ? (like tutorials or libs for client or server side) Here is what i found... Server side libs : http://code.google.com/p/apns-php/ (PHP) http://code.google.com/p/easyapns/ (PHP) http://github.com/simonwhitaker/...

Any body have any luck with ShellTileSchedule?

Any body have any luck with ShellTileSchedule? I have followed the Microsoft example and still have gotten no where. "How to: Update Your Tile Without Push Notifications for Windows Phone" Has any one seen a complete example that works on a device or emulator? ...

How we can check that our IP is blocked by apple from using APNS service

My apns was fine till yesterday. But today onwards am getting this error. .Warning: stream_socket_client() [function.stream-socket-client]: unable to connect to ssl://gateway.push.apple.com:2195 (Connection timed out) I didn't change anything. I am using an adhoc distribution profile.I used apns service too many times for testin...

AdHoc build receives no push notifications

I am developing push notifications for an app of mine, I wrote the provider in PHP and it works fine. I was previously testing the push notifications with my dev builds and the sandbox server from Apple and everything worked fine, now I am trying to get it to work with an AdHoc build but I never receive any messages on the phone. Here is...

Blackberry Push Notifications (Local Notifications)

Can you set up Notifications on the blackberry without a server? I wish to use the equivalent of Push Notifications, but I don't really need a server to decide when to push as it's really just calendar pre-set dates. Any help thoughts /comments most appreciated Cheers ~David ...

is service book entry for IPPP a prerequisite for Blackberry push service work?

I am trying to test sample application for Push API,that comes with Push SDK. Though was able configure server side application and was able to hit test URLs given in PDF and was able to get expected results. But am not able to run Client side sample application.Its LOG was showing following error when I was trying to register for the se...

Iphone Sdk:Is it possible to use an UISwitch to enable and disable PNS(Push Notification Service) ?

I find some sample code about PNS,article here and I also create an UISwitch to enable PNS how to give a method to control the PNS ? This is how I declare cell cell.textLabel.text = @"PNS"; [cell.textLabel setTextColor:[UIColor grayColor]]; pushNotificationSwitch = [[[UISwitch alloc] initWithFrame:CGRectZero] autorelease]; [cel...

Apple iPhone Push Notification Development and Production Tokens

Do production tokens stay on the device indefinitely unless it is wiped clean? We have downloaded our app from the app store onto a new iPhone and we noticed that the device registers the same apns production token if we delete and reinstall the app. It also appears to be registering the same production token after we delete the app an...

Blackberry Push Service Initiator on IIS/.NET

I need to send push notifications to a Blackberry device from my ASP.NET application. What is the best way to do it? Are there any .NET libraries? Do I need to compile a PAP request by myself or something like this? ...

Custom Apple Push Notification Server vs Urban Airship and likings

I need to implement the push notifications for one of my projects. Some of the possibilities I evaluated are: building my own APN sending script on the server using Urban Airship Which one would you guys recommend and why? NB. I know Urban Airship costs a bit, but assume that the 1 mil free notifications are enough for me. ...