iOS 17.0.3 Includes Several Enterprise-Related Bug Fixes
Apple today released iOS 17.0.3 with a fix for an issue that may cause iPhone 15 Pro models to run warmer than expected. The software update also includes other important bug fixes and security updates, according to Apple.

In a support document, Apple revealed that iOS 17.0.3 includes several enterprise-related bug fixes. The update resolves an issue where devices managed via Apple Business Essentials are unable to complete setup after updating to iOS 17, and it fixes bugs related to managed Wi-Fi networks and Microsoft Exchange event invitations.
From the support document:
iOS 17.0.3
- Resolves an issue where Apple Business Essentials users were unable to complete setup after updating to iOS 17.
- iOS 17 devices no longer become unresponsive when joining a managed Wi-Fi network.
- The Calendar app will no longer resend invitations to all participants after accepting or declining an Exchange event invitation.
The device enrollment issue with Apple Business Essentials had been mentioned on Reddit.
iOS 17.0.3 is available for the iPhone XS and newer. The update can be installed in the Settings app under General → Software Update.
The same enterprise-related bug fixes are also included in iPadOS 17.0.3.
(Thanks, Aaron!)
Popular Stories
iOS 17.2 has been in beta testing for over a month, and it should be released to all users in a few more weeks. The software update includes many new features and changes for iPhones, including the dozen that we have highlighted below. iOS 17.2 is expected to be released to the public in mid-December. To learn about even more features coming in the update, check out our full list. Journal ...
Apple made the first beta of iOS 17.2 available to developers in October. Since then we've seen three more betas, and with each iteration Apple continues to add more new features and changes, many of which users have been anticipating for quite a while. Below, we've listed 28 new things that are coming to your iPhone when the finalized version is publicly released this December. 1. Help...
Anker's Black Friday/Cyber Week event is entering its final days this weekend, and it's still offering up to 60 percent off sitewide. There are also a few "mystery boxes" that can include hundreds of dollars in savings, if you're willing to risk not knowing what you're buying ahead of time. All of these sales will end on December 3. Note: MacRumors is an affiliate partner with Anker. When you...
Apple today released iOS 17.1.2 and iPadOS 17.1.2, small updates to the iOS 17 and iPadOS 17 operating systems that Apple introduced in September. iOS 17.1.2 and iPadOS 17.1.2 come a few weeks after the release of iOS 17.1.1, another bug fix update. iOS 17.1.2 and iPadOS 17.1.2 can be downloaded on eligible iPhones and iPads over-the-air by going to Settings > General > Software Update....
The release of the iPhone 15 Pro and Pro Max saw the introduction of an entirely new user-configurable button known as the Action button, and now, MacRumors has seen extensive evidence confirming Apple is planning to include the Action button on the entire iPhone 16 range. Designs and plans for the Action button date back to at least 2021, as the button was intended for release alongside hapt...
Apple and Paramount have discussed bundling their TV streaming services at a discount, according to a new report by The Wall Street Journal. The companies have talked about offering a combination of Paramount+ and Apple TV+ that would cost less than subscribing to both services separately, according to people familiar with the discussions. The discussions are in their early stages, and it is ...
Apple employees are back to work following a Thanksgiving break, and that means this week saw a number of new operating system updates for both public release and beta testing. This week also saw some misinformation about Apple's new NameDrop feature making the rounds, while Apple and Goldman Sachs appear to be on the verge of a break-up in their Apple Card and savings account partnership,...
Earlier this month, Apple announced that it will finally support RCS in the Messages app on the iPhone starting later next year. This change will result in several improvements to the messaging experience between iPhones and Android devices. RCS will become the new default standard for messaging between iPhones and Android devices, but these conversations will still have green bubbles like...
Top Rated Comments
QA should be doing regression test passes. Usually these are automated and nightly to find changes in behavior from build to build. They can be black box (meaning just testing the UI like a human would) and white box (testing the code functions themselves with unit testing, etc). There are all kinds of more intricate things you can do as well. QA should also have a stack of test cases built up over time that is essentially a dictionary of every possible scenario you can think of where something could go wrong, per feature, and they write that into your automation script. I guarantee you Apple has people who do all of this.
One of the problems though is that when software becomes incredibly complex, like iOS has, you can't hit or even think of EVERY possible scenario in your testing. It would just take too long to test and write scripts, etc. So that's why we have beta testers out in the wild... people who hit these weird edge cases that they missed or can't quite reproduce internally. Maybe some enterprise has some weird networking setup? Maybe some cell network in Vietnam uses a different non-standard signal compared to the rest of the world? Stuff like that.
I do agree with everyone else though; A billion dollar company like Apple shouldn't be missing some of the stuff they are. And who knows, maybe QA reported the bugs long ago, but they were shoved on a priority list and weren't "showstoppers" as we call them (or 0-day security exploits). Apple needed to get the promised iOS 17 out for the iPhone 15 launch, and maybe pushed these fixes out to a future 0.1 release on purpose. That the entire software team knew, and bugs were filed, but the business side of things pushed ahead anyway. It happens all the time in what is called a "triage" meeting to set priorities on bugs/features and how they line up with business objectives.
We'll never know what happened behind the scenes for these 0.1 releases though. But as a former QA guy (which is how I got my career started, my first job in QA when I was 21 at Microsoft in Seattle back in 2000), seeing Apple release a bunch of bugs drives me nuts even though I also understand the business side of why they do it. After all, the point of selling software isn't to make people happy (that's secondary), it's to make the business money. It's a fine balancing act and buggy software is often a result of that.
If you're really sensitive to bugs, don't upgrade your software right away. Don't buy a new device on release day. Don't freaking install betas either, for crissake.
Using bleeding edge new release software/hardware and complaining about bugs is like leaning on a freshly painted wall and complaining about your shirt's new stripe.
Usually, this is a result of being told to prioritize other things and not being allotted the time to bug fix. It's probably also a result of moving people to VisionOS.
When trying betas, ALWAYS run a backup, then turn off iCloud backup before you upgrade to the beta. Then if the beta has showstopper problems, you can restore your phone to the release version and restore from that last backup you made. Don't re-enable iCloud backups on the beta until you're sure everything works the way you want.