I would like to create an alarm clock app and have found apps in the app store that do exactly what I want to achieve.
e.g. ring in 8 hours, the apps regulate the volume in the background of the music that is then played -> so the app has to run in the background. I came across the following point in the documentation:
How can i use it in B4I?
e.g. ring in 8 hours, the apps regulate the volume in the background of the music that is then played -> so the app has to run in the background. I came across the following point in the documentation:
BGTaskScheduler | Apple Developer Documentation
A class for scheduling task requests that launch your app in the background.
developer.apple.com
How can i use it in B4I?