Top "Uilocalnotification" questions

Local notifications and push notifications are both ways for an iOS application that isn’t running in the foreground to let its users know it has something for them.

Repeating local notification daily at a set time with swift

I am new to iOS development, but have created the app and I am trying to create a daily notification …

ios swift cocoa-touch uilocalnotification
how to cancel a localNotification with the press of a button in swift?

I am scheduling a location based UILocalNotification with the click of a button . But when i try to cancel the …

ios iphone swift ios8 uilocalnotification
iOS 10 UserNotifications custom sound in background mode

Since UILocalNotification is deprecated in iOS 10 so I have updated my local notification flow using the UNUserNotification framework. The app …

swift ios10 uilocalnotification unusernotificationcenter
iPhone : Daily local notifications

I am trying to implement local notification This is what I have set // Current date NSDate *date = [NSDate date]; // Add …

ios objective-c iphone notifications uilocalnotification
How to set an Alarm in iOS?

I know this question has asked many times on StackOverflow but i couldn't able to set alarm in my app …

ios uilocalnotification alarm
How to increment application badge number for recurring local notification (iPhone)

I've setup a local notification that repeats every minute, however I need the application badge number to increment each time. …

iphone uilocalnotification
How to add sound for UILocalNotification?

I have done with basic notification for my App. I want to add sound effect to my notification. UILocalNotification *localNotification = [[…

ios uilocalnotification
UILocalNotification Repeat Interval for Custom Alarm (sun, mon, tue, wed, thu, fri, sat)

I'm using UILocalNotification for Alarm Purpose. I have a custom option for repeat based on weekdays (sun, mon, tue, wed, …

iphone ios ipad uilocalnotification nscalendar
Clear app badge with local notifications

I'm trying to clear my app's "unread" badge with a UILocalNotification. Logically you would think this would be done by …

iphone ios uilocalnotification
Send Local Notifications while App is running in the background Swift 2.0

I am trying to send the user a 'Push Notification style' Alert when the user minimizes the app (by clicking …

ios swift nstimer uilocalnotification uialertaction