On 09.11.2011 10:18, Andreas Ploetzeneder wrote: > Hi, > when my app runs in background, how can i manage,...that the push > notification will be Removed from the notification Center when starting > "activating the app". > > So when app runs in background, and i bring it forward, i would like to > remove the notification from the notification center.
Do you override ReceivedLocalNotification in your AppDelegate? If you do this, the notification should be removed automatically. Robert _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
