I have implemented Local Notification in my app. The app will remind the user every day about something. I want to give user the option to switch off local notification from settings. How can that be done?
Asked
Active
Viewed 49 times
1 Answers
0
when user turn-off loca notification execute below mentioned code.
UIApplication *app=[UIApplication sharedApplication];
[app scheduleLocalNotification:nil];

shesh nath
- 26
- 3