我尝试使用该方法
AudioServicesPlayAlertSound(kSystemSoundID_Vibrate)
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate)
触发振动时的方法
func locationManager(_ manager: CLLocationManager, didUpdateLocations locations: [CLLocation]) {
}
叫做。
但是,我发现除非应用程序在前台,否则永远不会触发振动。
有什么方法可以做到这一点?