Search code examples
iphonesqlitensnotifications

how can I write NSLocalNotification object to sqlite database


I am using local notification ,i need to update/delete the notification for that I think I have to write object to database so that I can retrieve later then I can delete from the operating system ,so my issue is that how to write object to database any help plz?


Solution

  • Have a look at using Core Data.