0

I have previously used UILocalNotification and there was a property to set a repeat interval but I am not getting any option to set that in UNNotificationRequest.

I want the notification to be fire at a specific date and after that, it should repeat every minute.

Bhavin Kansagara
  • 2,866
  • 1
  • 16
  • 20
CodeCracker
  • 461
  • 5
  • 17
  • https://stackoverflow.com/questions/39391494/ios-10-repeating-notifications-every-x-minutes ? – Larme Nov 16 '18 at 11:49
  • You can set a UNNotificationRequest to the specific date, once it triggered you can use UILocalNotification to repeat it every minute. – FedeH Nov 16 '18 at 12:17
  • I want the notification to be fire at a specific date and then repeat every minute. Suppose it fires at tomorrow 4:30 pm and after that, it should fire every minute. i.e 4:31, 4:32.. etc – CodeCracker Nov 16 '18 at 12:32

0 Answers0