Developers Will Soon Get 25 Monthly Hours of Xcode Cloud With Apple Developer Program

Apple today announced that starting in January 2024, all Apple Developer Program memberships will include 25 compute hours of Xcode Cloud at no additional cost on top of the Developer membership fee.

Xcode Cloud icon
Xcode Cloud is designed to provide cloud-based tools to developers for building apps, running automated tests, providing apps to testers, and managing user feedback. It was introduced in 2021, and made available to all developers in June 2022.

Since launch, Apple has given developers access to 25 hours of Xcode Cloud per month at no cost, but that was scheduled to end this month. Apple has now decided to continue offering the free compute hours as part of its Developer Program membership.

We're pleased to announce that as of January 2024, all Apple Developer Program memberships will include 25 compute hours per month on Xcode Cloud as a standard, with no additional cost. If you're already subscribed to Xcode Cloud for free, no additional action is required on your part. And if you haven't tried Xcode Cloud yet, now is the perfect time to start building your app for free in just a few minutes.

Apple initially planned to charge $15 per month for 25 hours, but that tier will be free. 100 compute hours is priced at $50 per month, 250 hours is priced at $100 per month, and 1,000 hours is priced at $400 per month.

Each compute hour is an hour of time used to execute a task in the cloud, such as building an app or running tests. Compute hour usage is tracked through App Store connect and the Apple Developer app.

Tag: Xcode

Popular Stories

Apple Announces Special Event in New York Feature 1

Apple Reportedly Plans to Unveil at Least Five New Products Next Week

Sunday February 22, 2026 9:48 am PST by
In his Power On newsletter today, Bloomberg's Mark Gurman said Apple will have a three-day stretch of product announcements from Monday, March 2 through Wednesday, March 4. In total, he expects Apple to introduce "at least five products." Subscribe to the MacRumors YouTube channel for more videos. A week ago, Apple invited selected journalists and content creators to an "Apple Experience" in...
tim cook data privacy day

Tim Cook Warned by CIA That China Could Move on Taiwan by 2027

Tuesday February 24, 2026 4:03 am PST by
Apple CEO Tim Cook was among a handful of top tech executives who attended a classified CIA briefing warning that China could attack Taiwan by 2027, according to a sweeping investigative report by The New York Times ($). The previously unreported briefing was apparently held in a secure room in Silicon Valley in July 2023. The meeting is said to have been arranged at the request of the...
iOS 26

iOS 26.3.1 Update for iPhones Coming Soon as 'Apple Experience' Nears

Sunday February 22, 2026 5:29 pm PST by
Apple's software engineers are testing iOS 26.3.1, according to the MacRumors visitor logs, which have been a reliable indicator of upcoming iOS versions. iOS 26.3.1 should be a minor update that fixes bugs and/or security vulnerabilities, and it will likely be released within the next two weeks. Last month, Apple released iOS 26.2.1 with bug fixes and support for the second-generation...

Top Rated Comments

29 months ago
But no Xcode Copilot.
Score: 5 Votes (Like | Disagree)
29 months ago

Can someone please explain in 3 sentences a scenario where a developer uses this? Thank you!
Building an application for distribution on TestFlight or the AppStore is a tedious multi-step process. Building it in the Cloud means that a version of Xcode hosted at Apple does all of that work for you, letting you and your local Mac get on with other tasks. It can also run builds automatically, triggered by certain changes in your source code, catching potential build problems as soon as they arise.
Score: 4 Votes (Like | Disagree)
bodhisattva Avatar
29 months ago

Makes sense to offer more benefits to Apple Developer Program members.

Especially when sideloading (which basically means free Apple Developer program) is coming soon.
Side loading will simply be a delivery method. Shouldn't replace the need to sign a build from an authenticated program member. In the early days of iOS development (and even with formerly allowed Enterprise license member) side loading was not an issue, but always still required a valid signed build. Doubt a free dev program is coming anytime soon.
Score: 4 Votes (Like | Disagree)
29 months ago
Makes sense to offer more benefits to Apple Developer Program members.

Especially when sideloading (which basically means free Apple Developer program) is coming soon.
Score: 3 Votes (Like | Disagree)
bodhisattva Avatar
29 months ago

Can someone please explain in 3 sentences a scenario where a developer uses this? Thank you!
For enterprise size applications, this actually gives you a bit more iOS specific control over CI/CD process compared to products like TeamCity. For the one-man dev shop how follows the traditional process of code, build, test, repeat this will not do much really except possibly simplifying automation of your processes a bit easier then Jenkins, CircleCI, TravisCI, etc. or the complexity of writing Fastlane scripts. From an enterprise level however it seems just a little more Apple friendly that GitLab CI/CD, or many of the others out there.
Score: 3 Votes (Like | Disagree)
nutmac Avatar
29 months ago
While I applaud Apple for doing this, I feel like this is a way to hook people into Xcode Cloud as 25 hours is definitely not enough for most serious developers. I will personally stick with Mac mini.
Score: 2 Votes (Like | Disagree)