diff --git a/Unwrap/Activities/Awards/AwardSound.swift b/Unwrap/Activities/Awards/AwardSound.swift index 0ee7379..c2c444b 100644 --- a/Unwrap/Activities/Awards/AwardSound.swift +++ b/Unwrap/Activities/Awards/AwardSound.swift @@ -19,8 +19,8 @@ class AwardSound { try AVAudioSession.sharedInstance().setActive(true) let player = try AVAudioPlayer(contentsOf: levelUpSoundURL, - fileTypeHint: AVFileType.wav.rawValue) - + fileTypeHint: AVFileType.wav.rawValue) + player.play() } catch let error { print(error.localizedDescription)