I want to call my method on particular time (like 5:00 pm , 6:00 pm etc). In my app user enter a time suppose he enters 6:00 pm and I am scheduling internally local notification at 5:00 pm. and at 5:00 pm my notification occurs but I want that user don't know about that notification that will be a silent notification and once it will occur I need to call a method internally and show result to user when he opens the application.
Please help me
Thanks