views:

54

answers:

1

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 it keep the old state it was when I press the home button. But the push notification is appearing has a popup just like it should when the application is not running...

A: 

Well you just can't... :-( Too bad Apple's hasn't think about this...

TheSquad
File a bug if you want this feature.
jtbandes