I developed a web app using React and turned it into a native iOS app using Capacitor. Everything works smoothly now and ads work as well, the only thing is that my in-game sound doesn't work. My music and sound effects are created inside a .ts file using the Web Audio API.
Are there any settings that I need to add/change inside of XCode or anything that I need to take care of while programming? I already did it for Android and everything works there.
Thanks!