<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AudioToolbox",
  "identifier" : "/documentation/AudioToolbox/kSystemSoundID_Vibrate",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Audio Toolbox"
    ],
    "preciseIdentifier" : "c:@Ea@kSystemSoundID_Vibrate@kSystemSoundID_Vibrate"
  },
  "title" : "kSystemSoundID_Vibrate"
}
-->

# kSystemSoundID_Vibrate

On the iPhone, use this constant with the [`AudioServicesPlayAlertSound(_:)`](/documentation/AudioToolbox/AudioServicesPlayAlertSound(_:)) function to invoke a brief vibration. On the iPod touch, does nothing.

```
var kSystemSoundID_Vibrate: SystemSoundID { get }
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)