Save running code in background in iOS

I want to run the code in the background for infinite time, and not just for 10 minutes. I do not use music or GPS or Viop. I want to show continuous local notification with some time interval. I got a job with a limit of 10 minutes. Please, help.

+3
source share
1 answer

What @phooze said was right. To show continuous local notification at a certain time interval, use the repeatInterval property.

+2
source

All Articles