Hey,
I successfully set my app to use alarm kit, alarm is showing up and everything, but I noticed that the sound I created (mp3 files, less than 30 sec each) only plays once, does not repeat itself. Is that intended?
Hey,
I successfully set my app to use alarm kit, alarm is showing up and everything, but I noticed that the sound I created (mp3 files, less than 30 sec each) only plays once, does not repeat itself. Is that intended?
Thank you for your post. When you do not provide your file to play, and you provide the default sound with sound: AlertConfiguration.AlertSound = .default, the sound will now be the default sound.he sound looping until you stop at what time?
Do you have the time in a focused project with the sound file you are using to share it for people to give you ideas?
If you're not familiar with preparing a test project, take a look at Creating a test project.
Albert Pascual Worldwide Developer Relations.
So the default sounds plays over a minute on loop, while my sounds stop after 27-ish (less than 30). I waited another minute to see if my sound would be repeated but nope. I plan to put the app on github as open sourced soon, does that count as test project?
Seems like it's working fine in iOS 26.1? Even the stop button changed to Slide to stop, rather tap to stop.