visionOS 26.5 Release: Subscription Bug Fix, No New Features
Apple shipped visionOS 26.5 for Vision Pro today as part of a coordinated rollout that also delivered tvOS 26.5 and HomePod 26.5, 9to5Mac reported. Apple's official changelog describes the visionOS 26.5 release as "performance and stability improvements" and nothing more. After more than a month in beta, no noteworthy user-facing features or changes were found, 9to5Mac confirmed.
Apple's release notes identify a StoreKit entitlement fix as the main documented change: a bug that could silently block paying subscribers from accessing content if their device calendar was set to a non-Gregorian format, per Apple's developer documentation. Two additional StoreKit fixes round out the substantive changes. For most Vision Pro users, the update changes nothing visible about how the device looks or behaves.
Why the beta cycle was quiet
The release candidate landed last week, one week after beta 4, following Apple's standard late-cycle stabilization pattern, MacRumors reported. That beta sequence stretched across more than a month, and nothing new surfaced during it. That's not unusual for this platform tier. watchOS, tvOS, and visionOS point releases tend to focus on bug fixes and performance work rather than new capabilities, MacRumors noted.
The context matters here. The features Vision Pro owners associate with the current platform generation, including 90Hz hand tracking, spatial widgets, redesigned Personas, and spatial browsing in Safari, belong to the visionOS 26 platform release, per Apple Support. A point release like 26.5 was never going to touch any of that. Apple has already shifted its feature development attention to visionOS 27, which is expected to be unveiled at WWDC next month, 9to5Mac reported. A featureless maintenance release the month before a developer conference is exactly what platform stabilization looks like from the outside.
visionOS 26.5 release notes: the subscription fix that matters
The most consequential documented change sits in Apple's StoreKit transaction framework. When a Vision Pro user's device calendar was configured to a non-Gregorian format, Transaction.currentEntitlements could return an empty list even when the user had an active subscription, per Apple's developer documentation. visionOS 26.5 patches it.
To understand why that matters, consider what happens on the app side. A subscription app calls Transaction.currentEntitlements to verify what a user has purchased. If the framework returns nothing, the app has no record of an active subscription and may respond accordingly, potentially restricting access to paid content. Nothing on screen points to a calendar setting as the cause it's the kind of failure that could easily be mistaken for an app glitch or a billing error rather than a framework bug.
The affected population is relatively contained: Vision Pro users who have configured a non-Gregorian system calendar, such as Islamic, Hebrew, or Persian formats, and use subscription apps that depend on Transaction.currentEntitlements for access control. That's a narrow group. But being locked out of content you've paid for, with no explanation, is not a minor inconvenience, and the fix is the most concrete user-facing change in the entire release.
Two additional StoreKit issues were resolved alongside this one. The App Version field in the ASN.1 app receipt could return the string "null" instead of a valid version number. Separately, SKTestSession could fail to use the selected StoreKit configuration during unit tests, causing test actions to fail entirely. Both are documented fixes in the release notes. Taken together, the three fixes make clear that StoreKit infrastructure reliability was the primary engineering focus of this cycle.
It's worth noting what the calendar bug reveals about how these failures propagate. The device calendar setting is a system-level configuration that most users set once and never revisit. Non-Gregorian calendar formats are standard defaults in many regions. A developer building a subscription app in the US might never encounter this failure path in testing, and a user affected by it might go weeks attributing the problem to the wrong cause. Silent bugs with invisible failure modes are among the harder ones to triage, which makes the explicit fix documentation more useful than it might appear at first glance.
What's new for developers
The visionOS 26.5 SDK, bundled with Xcode 26.5, adds support for a billing model that pairs monthly payments with a 12-month commitment structure, per Apple's developer documentation. Four new StoreKit APIs support this model.
PricingTerms on SubscriptionInfo.pricingTerms lets developers read pricing configuration for these plans. The billingPlanType purchase option allows developers to specify which billing plan applies at the point of purchase. CommitmentInfo on Transaction and SubscriptionRenewalInfo exposes entitlement metadata for subscriptions purchased under the monthly commitment plan. A preferredSubscriptionPricingTerms API, available when both StoreKit and SwiftUI are imported, enables built-in display styles for merchandising the monthly billing plan configuration.
None of this surfaces as a visible change for Vision Pro users. The value appears inside apps, in more accurate pricing displays and more flexible subscription handling, rather than anywhere in the system UI. Developers building or maintaining subscription-based Vision Pro apps will find the complete API details in the full release notes.
The additions are narrow by design. This is not a capabilities release; it's infrastructure work that makes subscription handling more precise for the apps that depend on it. The new billing plan APIs sit alongside the StoreKit bug fixes as part of a coherent focus on subscription reliability, even if the two categories serve different audiences.
How to get the update and what's still unconfirmed
Updates are rolling out now across Apple's full platform lineup, 9to5Mac reported.
One open question: security content. Apple's support page for visionOS 26 updates directs users to the Apple security updates page for information on security fixes, per Apple Support, but whether visionOS 26.5 contains any security patches was not confirmed in the material reviewed for this story. Readers can check that page directly for any later detail.
visionOS 27 and the platform changes Apple has been building toward are expected at WWDC next month, 9to5Mac reported. This release is the maintenance work that comes before that. It fixes a real subscription access bug, closes out a beta cycle that added nothing new for users, and hands the platform off to whatever WWDC has in store.



Comments
Be the first, drop a comment!