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:
developer.apple.com
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 tasks that add background support to your app’s most critical work.
How can i use it in B4I?