diff --git a/shell/platform/darwin/ios/framework/Source/FlutterPlatformPlugin.mm b/shell/platform/darwin/ios/framework/Source/FlutterPlatformPlugin.mm index 95368abb6c756963157dfc694caf0da8b8779b49..0c216b9ae9997e28d84347b202c7bd22aff0cdea 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterPlatformPlugin.mm +++ b/shell/platform/darwin/ios/framework/Source/FlutterPlatformPlugin.mm @@ -77,7 +77,7 @@ using namespace shell; } - (void)vibrateHapticFeedback { - AudioServicesPlayAlertSound(kSystemSoundID_Vibrate); + AudioServicesPlaySystemSound(kSystemSoundID_Vibrate); } - (void)setSystemChromePreferredOrientations:(NSArray*)orientations {