<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreMotion",
  "identifier" : "/documentation/CoreMotion/CMPedometer/isPedometerEventTrackingAvailable()",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Core Motion"
    ],
    "preciseIdentifier" : "c:objc(cs)CMPedometer(cm)isPedometerEventTrackingAvailable"
  },
  "title" : "isPedometerEventTrackingAvailable()"
}
-->

# isPedometerEventTrackingAvailable()

Returns a Boolean value indicating whether pedometer events are available on the current device.

```
class func isPedometerEventTrackingAvailable() -> Bool
```

## Return Value

<doc://com.apple.documentation/documentation/Swift/true> if pedometer events are available or <doc://com.apple.documentation/documentation/Swift/false> if they are not.

## Discussion

---

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)