Background Music

Can anyone tell me what is the easiest way to add background music to an App created in Xcode 10.3? The music should be continuous while the user is accessing the App.


Thanks

Replies

This reply may be too late to be of use to you, but it seems like a reasonable answer to your question might be AVAudioPlayer, which is very easy to use. (Keep in mind though that there are other audio-related complexities to deal with, such as sessions, interruptions, and interacting properly with other audio.)