First of all, I know that it's impossible to serialize a NSManagedObject in the userInfo.
My question is : Imagine my app using CoreData. When I create a new NSManagedObject, I also schedule a LocalNotification (this is a toy example). Then, when the AppDelegate received the notification, I would like to know the corresponding NSManagedObject to display it.
Does somebody know a trick to handle that?
Thanks in advance. AppPié