我有一个简单的程序,它有一个按钮,它的唯一功能是触发声音输出。
该应用程序在iOS模拟器上测试时效果很好,但是当我在iPhone上测试时,应用程序没有播放任何声音。我在两部iPhone上测试了这个。
这曾经有过一次。我不知道更新到iOS 10是否导致了这个问题。
这是我的代码:
Map
对任何答案都会感激不尽。 感谢。
答案 0 :(得分:0)
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
let music = Bundle.main.path(forResource: "sound", ofType: "wav")
do {
audioPlayer = try AVAudioPlayer(contentsOf: URL(fileURLWithPath: music! ))
audioPlayer.delegate = self
audioPlayer.preparedToPlay()
}
catch{
print(error)
}
}
答案 1 :(得分:0)
abcdefghijklmnopqrstuvwxyz
gikaclmnqrpoxzybdefhjstuvw