AVAudioSession setCategory Swift 4.2 iOS 12 - Play Sound on Silent

To play sound even on Silent mode I use to use below method. But how it's not working. // Works on Swift 3 do { try AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryPlayback...