<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKitTest",
  "identifier" : "/documentation/StoreKitTest/SKTestSession/TimeRate-swift.enum/realTime",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "StoreKit Test"
    ],
    "preciseIdentifier" : "c:@E@SKTestTimeRate@SKTestTimeRateRealTime"
  },
  "title" : "SKTestSession.TimeRate.realTime"
}
-->

# SKTestSession.TimeRate.realTime

A rate of time in which the test environment runs in real time.

```
case realTime
```

## Discussion

With this time rate, subscriptions in the testing environment renew in real time. For example, a weekly subscription renews in one week.

The time rate also affects the billing grace period and the billing retry period in the testing environment. The table below shows the real-time rates:

|Type                                                         |Time period|
|-------------------------------------------------------------|-----------|
|Grace period for subscriptions with a weekly renewal period  |6 days     |
|Grace period for subscriptions with all other renewal periods|16 days    |
|Billing retry period                                         |60 days    |

---

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)