iOS

apple-updates-all-its-operating-systems,-brings-apple-intelligence-to-vision-pro

Apple updates all its operating systems, brings Apple Intelligence to Vision Pro

Apple dropped a big batch of medium-size software updates for nearly all of its products this afternoon. The iOS 18.4, iPadOS 18.4, macOS 15.4, tvOS 18.4, and visionOS 2.4 updates are all currently available to download, and each adds a small handful of new features for their respective platforms.

A watchOS 11.4 update was also published briefly, but it’s currently unavailable.

For iPhones and iPads that support Apple Intelligence, the flagship feature in 18.4 is Priority Notifications, which attempts to separate time-sensitive or potentially important notifications from the rest of them so you can see them more easily. The update also brings along the handful of new Unicode 16.0 emoji, a separate app for managing a Vision Pro headset (similar to the companion app for the Apple Watch), and a grab bag of other fixes and minor enhancements.

The Mac picks up two major features in the Sequoia 15.4 update. Users of the Mail app now get the same (optional) automated inbox sorting that Apple introduced for iPhones and iPads in an earlier update, attempting to tame overgrown inboxes using Apple Intelligence language models.

The Mac is also getting a long-standing Quick Start setup feature from the Apple Watch, Apple TV, iPhone, and iPad. On those devices, you can activate them and sign in to your Apple ID by holding another compatible Apple phone or tablet in close proximity. Macs running the 15.4 update finally support the same feature (though it won’t work Mac-to-Mac, since a rear-facing camera is a requirement).

Apple updates all its operating systems, brings Apple Intelligence to Vision Pro Read More »

apple-patches-0-day-exploited-in-“extremely-sophisticated-attack”

Apple patches 0-day exploited in “extremely sophisticated attack”

Apple on Tuesday patched a critical zero-day vulnerability in virtually all iPhones and iPad models it supports and said it may have been exploited in “an extremely sophisticated attack against specific targeted individuals” using older versions of iOS.

The vulnerability, tracked as CVE-2025-24201, resides in Webkit, the browser engine driving Safari and all other browsers developed for iPhones and iPads. Devices affected include the iPhone XS and later, iPad Pro 13-inch, iPad Pro 12.9-inch 3rd generation and later, iPad Pro 11-inch 1st generation and later, iPad Air 3rd generation and later, iPad 7th generation and later, and iPad mini 5th generation and later. The vulnerability stems from a bug that wrote to out-of-bounds memory locations.

Supplementary fix

“Impact: Maliciously crafted web content may be able to break out of Web Content sandbox,” Apple wrote in a bare-bones advisory. “This is a supplementary fix for an attack that was blocked in iOS 17.2. (Apple is aware of a report that this issue may have been exploited in an extremely sophisticated attack against specific targeted individuals on versions of iOS before iOS 17.2.)”

The advisory didn’t say if the vulnerability was discovered by one of its researchers or by someone outside the company. This attribution often provides clues about who carried out the attacks and who the attacks targeted. The advisory also didn’t say when the attacks began or how long they lasted.

The update brings the latest versions of both iOS and iPadOS to 18.3.2. Users facing the biggest threat are likely those who are targets of well-funded law enforcement agencies or nation-state spies. They should install the update immediately. While there’s no indication that the vulnerability is being opportunistically exploited against a broader set of users, it’s a good practice to install updates within 36 hours of becoming available.

Apple patches 0-day exploited in “extremely sophisticated attack” Read More »

deepseek-ios-app-sends-data-unencrypted-to-bytedance-controlled-servers

DeepSeek iOS app sends data unencrypted to ByteDance-controlled servers


Apple’s defenses that protect data from being sent in the clear are globally disabled.

A little over two weeks ago, a largely unknown China-based company named DeepSeek stunned the AI world with the release of an open source AI chatbot that had simulated reasoning capabilities that were largely on par with those from market leader OpenAI. Within days, the DeepSeek AI assistant app climbed to the top of the iPhone App Store’s “Free Apps” category, overtaking ChatGPT.

On Thursday, mobile security company NowSecure reported that the app sends sensitive data over unencrypted channels, making the data readable to anyone who can monitor the traffic. More sophisticated attackers could also tamper with the data while it’s in transit. Apple strongly encourages iPhone and iPad developers to enforce encryption of data sent over the wire using ATS (App Transport Security). For unknown reasons, that protection is globally disabled in the app, NowSecure said.

Basic security protections MIA

What’s more, the data is sent to servers that are controlled by ByteDance, the Chinese company that owns TikTok. While some of that data is properly encrypted using transport layer security, once it’s decrypted on the ByteDance-controlled servers, it can be cross-referenced with user data collected elsewhere to identify specific users and potentially track queries and other usage.

More technically, the DeepSeek AI chatbot uses an open weights simulated reasoning model. Its performance is largely comparable with OpenAI’s o1 simulated reasoning (SR) model on several math and coding benchmarks. The feat, which largely took AI industry watchers by surprise, was all the more stunning because DeepSeek reported spending only a small fraction on it compared with the amount OpenAI spent.

A NowSecure audit of the app has found other behaviors that researchers found potentially concerning. For instance, the app uses a symmetric encryption scheme known as 3DES or triple DES. The scheme was deprecated by NIST following research in 2016 that showed it could be broken in practical attacks to decrypt web and VPN traffic. Another concern is that the symmetric keys, which are identical for every iOS user, are hardcoded into the app and stored on the device.

The app is “not equipped or willing to provide basic security protections of your data and identity,” NowSecure co-founder Andrew Hoog told Ars. “There are fundamental security practices that are not being observed, either intentionally or unintentionally. In the end, it puts your and your company’s data and identity at risk.”

Hoog said the audit is not yet complete, so there are many questions and details left unanswered or unclear. He said the findings were concerning enough that NowSecure wanted to disclose what is currently known without delay.

In a report, he wrote:

NowSecure recommends that organizations remove the DeepSeek iOS mobile app from their environment (managed and BYOD deployments) due to privacy and security risks, such as:

  1. Privacy issues due to insecure data transmission
  2. Vulnerability issues due to hardcoded keys
  3. Data sharing with third parties such as ByteDance
  4. Data analysis and storage in China

Hoog added that the DeepSeek app for Android is even less secure than its iOS counterpart and should also be removed.

Representatives for both DeepSeek and Apple didn’t respond to an email seeking comment.

Data sent entirely in the clear occurs during the initial registration of the app, including:

  • organization id
  • the version of the software development kit used to create the app
  • user OS version
  • language selected in the configuration

Apple strongly encourages developers to implement ATS to ensure the apps they submit don’t transmit any data insecurely over HTTP channels. For reasons that Apple hasn’t explained publicly, Hoog said, this protection isn’t mandatory. DeepSeek has yet to explain why ATS is globally disabled in the app or why it uses no encryption when sending this information over the wire.

This data, along with a mix of other encrypted information, is sent to DeepSeek over infrastructure provided by Volcengine a cloud platform developed by ByteDance. While the IP address the app connects to geo-locates to the US and is owned by US-based telecom Level 3 Communications, the DeepSeek privacy policy makes clear that the company “store[s] the data we collect in secure servers located in the People’s Republic of China.” The policy further states that DeepSeek:

may access, preserve, and share the information described in “What Information We Collect” with law enforcement agencies, public authorities, copyright holders, or other third parties if we have good faith belief that it is necessary to:

• comply with applicable law, legal process or government requests, as consistent with internationally recognised standards.

NowSecure still doesn’t know precisely the purpose of the app’s use of 3DES encryption functions. The fact that the key is hardcoded into the app, however, is a major security failure that’s been recognized for more than a decade when building encryption into software.

No good reason

NowSecure’s Thursday report adds to growing list of safety and privacy concerns that have already been reported by others.

One was the terms spelled out in the above-mentioned privacy policy. Another came last week in a report from researchers at Cisco and the University of Pennsylvania. It found that the DeepSeek R1, the simulated reasoning model, exhibited a 100 percent attack failure rate against 50 malicious prompts designed to generate toxic content.

A third concern is research from security firm Wiz that uncovered a publicly accessible, fully controllable database belonging to DeepSeek. It contained more than 1 million instances of “chat history, backend data, and sensitive information, including log streams, API secrets, and operational details,” Wiz reported. An open web interface also allowed for full database control and privilege escalation, with internal API endpoints and keys available through the interface and common URL parameters.

Thomas Reed, staff product manager for Mac endpoint detection and response at security firm Huntress, and an expert in iOS security, said he found NowSecure’s findings concerning.

“ATS being disabled is generally a bad idea,” he wrote in an online interview. “That essentially allows the app to communicate via insecure protocols, like HTTP. Apple does allow it, and I’m sure other apps probably do it, but they shouldn’t. There’s no good reason for this in this day and age.”

He added: “Even if they were to secure the communications, I’d still be extremely unwilling to send any remotely sensitive data that will end up on a server that the government of China could get access to.”

HD Moore, founder and CEO of runZero, said he was less concerned about ByteDance or other Chinese companies having access to data.

“The unencrypted HTTP endpoints are inexcusable,” he wrote. “You would expect the mobile app and their framework partners (ByteDance, Volcengine, etc) to hoover device data, just like anything else—but the HTTP endpoints expose data to anyone in the network path, not just the vendor and their partners.”

On Thursday, US lawmakers began pushing to immediately ban DeepSeek from all government devices, citing national security concerns that the Chinese Communist Party may have built a backdoor into the service to access Americans’ sensitive private data. If passed, DeepSeek could be banned within 60 days.

This story was updated to add further examples of security concerns regarding DeepSeek.

Photo of Dan Goodin

Dan Goodin is Senior Security Editor at Ars Technica, where he oversees coverage of malware, computer espionage, botnets, hardware hacking, encryption, and passwords. In his spare time, he enjoys gardening, cooking, and following the independent music scene. Dan is based in San Francisco. Follow him at here on Mastodon and here on Bluesky. Contact him on Signal at DanArs.82.

DeepSeek iOS app sends data unencrypted to ByteDance-controlled servers Read More »

with-ios-18.3,-apple-intelligence-is-now-on-by-default

With iOS 18.3, Apple Intelligence is now on by default

As is custom, Apple rolled out software updates to all its platforms at once today. All users should now have access to the public releases of iOS 18.3, macOS Sequoia 15.3, watchOS 11.3, iPadOS 15.3, tvOS 15.3, and visionOS 2.3.

Also, as usual, the iOS update is the meatiest of the bunch. Most of the changes relate to Apple Intelligence, a suite of features built on deep learning models. The first Apple Intelligence features were introduced in iOS 18, with additional ones added in iOS 18.1 and iOS 18.2

iOS 18.3 doesn’t add any significant new features to Apple Intelligence—instead, it tweaks what’s already there. Whereas Apple Intelligence was opt-in in previous OS versions, it is now on by default in iOS 18.3 on supported devices.

For the most part, that shouldn’t be a noticeable change for the majority of users, except for one thing: notification summaries. As we’ve reported, the feature that summarizes large batches of notifications using a large language model is hit-and-miss at best.

For most apps, not much has changed on that front, but Apple announced that with iOS 18.3, it’s temporarily disabling notification summaries for apps from the “News & Entertainment” category in light of criticisms by the BBC and others about how the feature was getting the substance of headlines wrong. The feature will still mess up summarizing your text messages and emails, though.

Apple says it has changed the presentation of summaries to make it clearer that they are distinct from other, non-AI generated summaries and that they are in beta and may be inaccurate.

Other updates include one to visual intelligence, a feature available on the most recent phones that gives you information on objects your camera is focused on. It can now identify more plants and animals, and you can create calendar events from flyers or posters seen in your viewfinder.

With iOS 18.3, Apple Intelligence is now on by default Read More »

the-backbone-one-would-be-an-ideal-game-controller—if-the-iphone-had-more-games

The Backbone One would be an ideal game controller—if the iPhone had more games


It works well, but there still aren’t enough modern, console-style games.

The Backbone One attachable game controller for the iPhone.

In theory, it ought to be as good a time as ever to be a gamer on the iPhone.

Classic console emulators have rolled out to the platform for the first time, and they work great. There are strong libraries of non-skeezy mobile games on Apple Arcade and Netflix Games, streaming via Xbox and PlayStation services is continuing apace, and there are even a few AAA console games now running natively on the platform, like Assassin’s Creed and Resident Evil titles.

Some of those games need a traditional, dual-stick game controller to work well, though, and Apple bafflingly offers no first-party solution for this.

Yes, you can sync popular Bluetooth controllers from Sony, Microsoft, Nintendo, and 8bitdo with your iPhone, but that’s not really the ideal answer—your iPhone isn’t a big TV sitting across the room or a computer monitor propped up on your desk.

A few companies have jumped in to solve this with attachable controllers that give the iPhone a Nintendo Switch or Steam Deck-like form factor (albeit a lot smaller). There’s a wide range of quality, though, and some of the ones you’ll see advertised aren’t very well made.

There’s some debate out there, but there’s one that just about anyone will at least put up for consideration: the Backbone One. That’s the one I picked for my new iPhone 16 Pro Max, which I have loaded with emulators and tons of games.

Since many folks are about to get iPhone 16s for the holidays and might be in the market for something similar, I figured it’d be a good time to write some quick impressions, including pros and cons. Is this thing worth a $99 price tag? What about its subscription-based app?

Switching from the Razer Kishi

Here’s some background, real quick: I previously owned an iPhone 13 Pro, and I played a lot of Diablo Immortal. I wanted to try the controller experience with that game, so I bought a first-generation Razer Kishi—which I liked for the most part. It had excellent thumbsticks that felt similar to those you’d find on an Xbox controller, if a little bit softer.

That said, its design involved a back that loosened up and flexed to fit different kinds of phones, but I found it annoying to take on or off because it immediately crumbled into a folding mess. The big issue that made me go with something else, though, was that the controller worked with a Lightning port, and my new iPhone traded that for USB-C. That’s a good change, overall, but it did mean I had to replace some things.

The Kishi I had is now discontinued, and it’s been replaced with the Kishi V2, which looks… less appealing to me. That’s because it ditches those Xbox-like sticks for ones more similar to what you see with a Nintendo Switch. There’s less range of motion and less stability.

The Razer Kishi V2 (top) and Razer Kishi V1 (bottom). I had the V1. Credit: Ars Technica

The Backbone One has similar drawbacks, but I was drawn to the Backbone as an alternative partly because I had enough complaints about the Kishi that I wanted to roll the dice on something new. I also wanted a change because there’s a version with PlayStation button symbols—and I planned to primarily play PS1 games in an emulator as well as stream PS5 games to the device instead of a PlayStation Portal.

Solid hardware

One of my big complaints about the first-generation Kishi (the folding and flimsy back) isn’t an issue with the Backbone One. It’s right there in the name: This accessory has a sturdy plastic backbone that keeps things nice and stable.

The PlayStation version I got has face buttons and a directional pad that seem like good miniature counterparts to the buttons on Sony’s DualSense controller. The triggers and sticks offer much shallower and less precise control than the DualSense, though—they closely resemble the triggers and sticks on the Nintendo Switch Joy-Cons.

A Backbone One and a DualSense controller side-by-side

This version of the Backbone One adopts some styling from Sony’s DualSense PS5 controller. Credit: Samuel Axon

I feel that’s a big downside. It’s fine for some games, but if you’re playing any game built around quickly and accurately aiming in a 3D environment, you’ll feel the downgrade compared to a real controller.

The product feels quite sturdy to hold and use, and it doesn’t seem likely to break anytime soon. The only thing that bugs me on that front is that the placement of the USB-C port for connecting to the phone is in a place where it takes enough force to insert or remove it that I’m worried about wear and tear on the ports on either my phone or the controller. Time will tell on that front.

There’s an app, but…

The Backbone One is not just a hardware product, even though I think it’d be a perfectly good product without any kind of software or service component.

There is a Backbone app that closely resembles the PlayStation 5’s home screen interface (this is not just for the PlayStation version of the controller, to be clear). It offers a horizontally scrolling list of games from multiple sources like streaming services, mobile game subscription services, or just what’s installed on your device. It also includes voice chat, multiplayer lobbies, streaming to Twitch, and content like video highlights from games.

A screenshot showing a scrollable list of games

The Backbone One app collects games from different sources into one browsing interface. Credit: Samuel Axon

Unfortunately, all this requires a $40 annual subscription after a one-month trial. The good news is that you don’t have to pay for the Backbone One’s subscription service to use it as a controller with your games and emulators.

I don’t think anyone anywhere was asking for a subscription-based app for their mobile game controller. The fact that one is offered proves two things. First, it shows you just how niche this kind of product still is (and transitively, the current state of playing traditional, console-style games on iPhone) that the company that made it felt this was necessary to make a sufficient amount of money.

Second, it shows how much work Apple still needs to do to bake these features into the OS to make iOS/iPadOS a platform that is competitive with offerings from Sony, Microsoft, or even Nintendo in terms of appeal for core rather than casual gamers. That involves more than just porting a few AAA titles.

The state of iPhone gaming

The Backbone One is a nice piece of hardware, but many games you might be excited to play with it are better played elsewhere or with something else.

Hit games with controller support like Genshin Impact, Call of Duty Mobile, and Infinity Nikki all have excellent touch-based control schemes, making using a gamepad simply a matter of preference rather than a requirement.

While Apple is working with publishers like Capcom and Ubisoft to bring some hardcore console titles to the platform, that all still seems like just dipping toes in the water at this point, because they’re such a tiny slice of what’s on offer for PlayStation, Xbox, PC, or even Nintendo Switch players.

In theory, AAA game developers should be excited at the prospect of having iPhone players as a market—the install base of the iPhone absolutely dwarfs all home and handheld consoles combined. But they’re facing two barriers. The first is a chicken-and-egg problem: Only the most recent iPhones (iPhone 15 Pro and the iPhone 16 series) have supported those console AAA titles, and it will take a few years before most iPhone owners catch up.

A Backbone One attached to an iphone 16 Pro Max with the RetroArch main menu on its screen

Emulators like RetroArch (seen here running on an iPhone 16 Pro Max) are the main use case of the Backbone One. Credit: Samuel Axon

The second is that modern AAA games are immensely expensive to produce, and they (thankfully) don’t typically have robust enough in-game monetization paths to be distributed for free. That means that to profit and not cannibalize console and PC sales, publishers need to sell games for much higher up-front costs than mobile players are accustomed to.

So if mobile-first hardcore games are best played with touchscreens, and gamepad-first console games haven’t hit their stride on the platform yet, what’s the point of spending $100 on a Backbone One?

The answer is emulators, for both classic and homebrew games. For that, I’ve been pleased with the Backbone One. But if your goal is to play modern games, the time still hasn’t quite come.

Photo of Samuel Axon

Samuel Axon is a senior editor at Ars Technica. He covers Apple, software development, gaming, AI, entertainment, and mixed reality. He has been writing about gaming and technology for nearly two decades at Engadget, PC World, Mashable, Vice, Polygon, Wired, and others. He previously ran a marketing and PR agency in the gaming industry, led editorial for the TV network CBS, and worked on social media marketing strategy for Samsung Mobile at the creative agency SPCSHP. He also is an independent software and game developer for iOS, Windows, and other platforms, and he is a graduate of DePaul University, where he studied interactive media and software development.

The Backbone One would be an ideal game controller—if the iPhone had more games Read More »

apple-botched-the-apple-intelligence-launch,-but-its-long-term-strategy-is-sound

Apple botched the Apple Intelligence launch, but its long-term strategy is sound


I’ve spent a week with Apple Intelligence—here are the takeaways.

Apple Intelligence includes features like Clean Up, which lets you pick from glowing objects it has recognized to remove them from a photo. Credit: Samuel Axon

Ask a few random people about Apple Intelligence and you’ll probably get quite different responses.

One might be excited about the new features. Another could opine that no one asked for this and the company is throwing away its reputation with creatives and artists to chase a fad. Another still might tell you that regardless of the potential value, Apple is simply too late to the game to make a mark.

The release of Apple’s first Apple Intelligence-branded AI tools in iOS 18.1 last week makes all those perspectives understandable.

The first wave of features in Apple’s delayed release shows promise—and some of them may be genuinely useful, especially with further refinement. At the same time, Apple’s approach seems rushed, as if the company is cutting some corners to catch up where some perceive it has fallen behind.

That impatient, unusually undisciplined approach to the rollout could undermine the value proposition of AI tools for many users. Nonetheless, Apple’s strategy might just work out in the long run.

What’s included in “Apple Intelligence”

I’m basing those conclusions on about a week spent with both the public release of iOS 18.1 and the developer beta of iOS 18.2. Between them, the majority of features announced back in June under the “Apple Intelligence” banner are present.

Let’s start with a quick rundown of which Apple Intelligence features are in each release.

iOS 18.1 public release

  • Writing Tools
    • Proofreading
    • Rewriting in friendly, professional, or concise voices
    • Summaries in prose, key points, bullet point list, or table format
  • Text summaries
    • Summarize text from Mail messages
    • Summarize text from Safari pages
  • Notifications
  • Reduce Interruptions – Intelligent filtering of notifications to include only ones deemed critical
  • Type to Siri
  • More conversational Siri
  • Photos
    • Clean Up (remove an object or person from the image)
    • Generate Memories videos/slideshows from plain language text prompts
    • Natural language search

iOS 18.2 developer beta (as of November 5, 2024)

  • Image Playground – A prompt-based image generation app akin to something like Dall-E or Midjourney but with a limited range of stylistic possibilities, fewer features, and more guardrails
  • Genmoji – Generate original emoji from a prompt
  • Image Wand – Similar to Image Playground but simplified within the Notes app
  • ChatGPT integration in Siri
  • Visual Intelligence – iPhone 16 and iPhone 16 Pro users can use the new Camera Control button to do a variety of tasks based on what’s in the camera’s view, including translation, information about places, and more
  • Writing Tools – Expanded with support for prompt-based edits to text

iOS 18.1 is out right now for everybody. iOS 18.2 is scheduled for a public launch sometime in December.

iOS 18.2 will introduce both Visual Intelligence and the ability to chat with ChatGPT via Siri.

Credit: Samuel Axon

iOS 18.2 will introduce both Visual Intelligence and the ability to chat with ChatGPT via Siri. Credit: Samuel Axon

A staggered rollout

For several years, Apple has released most of its major new software features for, say, the iPhone in one big software update in the fall. That timeline has gotten fuzzier in recent years, but the rollout of Apple Intelligence has moved further from that tradition than we’ve ever seen before.

Apple announced iOS 18 at its developer conference in June, suggesting that most if not all of the Apple Intelligence features would launch in that singular update alongside the new iPhones.

Much of the marketing leading up to and surrounding the iPhone 16 launch focused on Apple Intelligence, but in actuality, the iPhone 16 had none of the features under that label when it launched. The first wave hit with iOS 18.1 last week, over a month after the first consumers started getting their hands on iPhone 16 hardware. And even now, these features are in “beta,” and there has been a wait list.

Many of the most exciting Apple Intelligence features still aren’t here, with some planned for iOS 18.2’s launch in December and a few others coming even later. There will likely be a wait list for some of those, too.

The wait list part makes sense—some of these features put demand on cloud servers, and it’s reasonable to stagger the rollout to sidestep potential launch problems.

The rest doesn’t make as much sense. Between the beta label and the staggered features, it seems like Apple is rushing to satisfy expectations about Apple Intelligence before quality and consistency have fallen into place.

Making AI a harder sell

In some cases, this strategy has led to things feeling half-baked. For example, Writing Tools is available system-wide, but it’s a different experience for first-party apps that work with the new Writing Tools API than third-party apps that don’t. The former lets you approve changes piece by piece, but the latter puts you in a take-it-or-leave-it situation with the whole text. The Writing Tools API is coming in iOS 18.2, maintaining that gap for a couple of months, even for third-party apps whose developers would normally want to be on the ball with this.

Further, iOS 18.2 will allow users to tweak Writing Tools rewrites by specifying what they want in a text prompt, but that’s missing in iOS 18.1. Why launch Writing Tools with features missing and user experience inconsistencies when you could just launch the whole suite in December?

That’s just one example, but there are many similar ones. I think there are a couple of possible explanations:

  • Apple is trying to satisfy anxious investors and commentators who believe the company is already way too late to the generative AI sector.
  • With the original intent to launch it all in the first iOS 18 release, significant resources were spent on Apple Intelligence-focused advertising and marketing around the iPhone 16 in September—and when unexpected problems developing the software features led to a delay for the software launch, it was too late to change the marketing message. Ultimately, the company’s leadership may feel the pressure to make good on that pitch to users as quickly after the iPhone 16 launch as possible, even if it’s piecemeal.

I’m not sure which it is, but in either case, I don’t believe it was the right play.

So many consumers have their defenses up about AI features already, in part because other companies like Microsoft or Google rushed theirs to market without really thinking things through (or caring, if they had) and also because more and more people are naturally suspicious of whatever is labeled the next great thing in Silicon Valley (remember NFTs?). Apple had an opportunity to set itself apart in consumers’ perceptions about AI, but at least right now, that opportunity has been squandered.

Now, I’m not an AI doubter. I think these features and others can be useful, and I already use similar ones every day. I also commend Apple for allowing users to control whether these AI features are enabled at all, which should make AI skeptics more comfortable.

Notification summaries condense all the notifications from a single app into one or two lines, like with this lengthy Discord conversation here. Results are hit or miss.

Credit: Samuel Axon

Notification summaries condense all the notifications from a single app into one or two lines, like with this lengthy Discord conversation here. Results are hit or miss. Credit: Samuel Axon

That said, releasing half-finished bits and pieces of Apple Intelligence doesn’t fit the company’s framing of it as a singular, branded product, and it doesn’t do a lot to handle objections from users who are already assuming AI tools will be nonsense.

There’s so much confusion about AI that it makes sense to let those who are skeptical move at their own pace, and it also makes sense to sell them on the idea with fully baked implementations.

Apple still has a more sensible approach than most

Despite all this, I like the philosophy behind how Apple has thought about implementing its AI tools, even if the rollout has been a mess. It’s fundamentally distinct from what we’re seeing from a company like Microsoft, which seems hell-bent on putting AI chatbots everywhere it can to see which real-world use cases emerge organically.

There is no true, ChatGPT-like LLM chatbot in iOS 18.1. Technically, there’s one in iOS 18.2, but only because you can tell Siri to refer you to ChatGPT on a case-by-case basis.

Instead, Apple has introduced specific generative AI features peppered throughout the operating system meant to explicitly solve narrow user problems. Sure, they’re all built on models that have resemblances to the ones that power Claude or Midjourney, but they’re not built around this idea that you start up a chat dialogue with an LLM or an image generator and it’s up to you to find a way to make it useful for you.

The practical application of most of these features is clear, provided they end up working well (more on that shortly). As a professional writer, it’s easy for me to dismiss Writing Tools as unnecessary—but obviously, not everyone is a professional writer, or even a decent one. For example, I’ve long held that one of the most positive applications of large language models is their ability to let non-native speakers clean up their writing to make it meet native speakers’ standards. In theory, Apple’s Writing Tools can do that.

Apple Intelligence features augment or add additional flexibility or power to existing use cases across the OS, like this new way to generate photo memory movies via text prompt.

Credit: Samuel Axon

Apple Intelligence features augment or add additional flexibility or power to existing use cases across the OS, like this new way to generate photo memory movies via text prompt. Credit: Samuel Axon

I have no doubt that Genmoji will be popular—who doesn’t love a bit of fun in group texts with friends? And many months before iOS 18.1, I was already dropping senselessly gargantuan corporate email threads into ChatGPT and asking for quick summaries.

Apple is approaching AI in a user-centric way that stands in stark contrast to almost every other major player rolling out AI tools. Generative AI is an evolution from machine learning, which is something Apple has been using for everything from iPad screen palm rejection to autocorrect for a while now—to great effect, as we discussed in my interview with Apple AI chief John Giannandrea a few years ago. Apple just never wrapped it in a bow and called it AI until now.

But there was no good reason to rush these features out or to even brand them as “Apple Intelligence” and make a fuss about it. They’re natural extensions of what Apple was already doing. Since they’ve been rushed out the door with a spotlight shining on them, Apple’s AI ambitions have a rockier road ahead than the company might have hoped.

It could take a year or two for this all to come together

Using iOS 18.1, it’s clear that Apple’s large language models are not as effective or reliable as Claude or ChatGPT. It takes time to train models like these, and it looks like Apple started late.

Based on my hours spent with both Apple Intelligence and more established tools from cutting-edge AI companies, I feel the other models crossed a usefulness and reliability threshold a year or so ago. When ChatGPT first launched, it was more of a curiosity than a powerful tool. Now it’s a powerful tool, but that’s a relatively recent development.

In my time with Writing Tools and Notification Summaries in particular, Apple’s models subjectively appear to be around where ChatGPT or Claude were 18 months ago. Notification Summaries almost always miss crucial context in my experience. Writing Tools introduce errors where none existed before.

A writing suggestion shows an egregious grammatical error

It’s not hard to spot the huge error that Writing Tools introduced here. This happens all the time when I use it.

Credit: Samuel Axon

It’s not hard to spot the huge error that Writing Tools introduced here. This happens all the time when I use it. Credit: Samuel Axon

More mature models do these things, too, but at a much lower frequency. Unfortunately, Apple Intelligence isn’t far enough along to be broadly useful.

That said, I’m excited to see where Apple Intelligence will be in 24 months. I think the company is on the right track by using AI to target specific user needs rather than just putting a chatbot out there and letting people figure it out. It’s a much better approach than what we see with Microsoft’s Copilot. If Apple’s models cross that previously mentioned threshold of utility—and it’s only a matter of time before they do—the future of AI tools on Apple platforms could be great.

It’s just a shame that Apple didn’t seem to have the confidence to ignore the zeitgeisty commentators and roll out these features when they’re complete and ready, with messaging focusing on user problems instead of “hey, we’re taking AI seriously too.”

Most users don’t care if you’re taking AI seriously, but they do care if the tools you introduce can make their day-to-day lives better. I think they can—it will just take some patience. Users can be patient, but can Apple? It seems not.

Even so, there’s a real possibility that these early pains will be forgotten before long.

Photo of Samuel Axon

Samuel Axon is a senior editor at Ars Technica. He covers Apple, software development, gaming, AI, entertainment, and mixed reality. He has been writing about gaming and technology for nearly two decades at Engadget, PC World, Mashable, Vice, Polygon, Wired, and others. He previously ran a marketing and PR agency in the gaming industry, led editorial for the TV network CBS, and worked on social media marketing strategy for Samsung Mobile at the creative agency SPCSHP. He also is an independent software and game developer for iOS, Windows, and other platforms, and he is a graduate of DePaul University, where he studied interactive media and software development.

Apple botched the Apple Intelligence launch, but its long-term strategy is sound Read More »

ios-18.2-developer-beta-adds-chatgpt-and-image-generation-features

iOS 18.2 developer beta adds ChatGPT and image-generation features

Today, Apple released the first developer beta of iOS 18.2 for supported devices. This beta release marks the first time several key AI features that Apple teased at its developer conference this June are available.

Apple is marketing a wide range of generative AI features under the banner “Apple Intelligence.” Initially, Apple Intelligence was planned to release as part of iOS 18, but some features slipped to iOS 18.1, others to iOS 18.2, and a few still to future undisclosed software updates.

iOS 18.1 has been in beta for a while and includes improvements to Siri, generative writing tools that help with rewriting or proofreading, smart replies for Messages, and notification summaries. That update is expected to reach the public next week.

Today’s developer update, iOS 18.2, includes some potentially more interesting components of Apple Intelligence, including Genmoji, Image Playground, Visual Intelligence with Camera Control, and ChatGPT integration.

Genmoji and Image Playground allow users to generate images on-device to send to friends in Messages; there will be Genmoji and Image Playground APIs to allow third-party messaging apps to work with Genmojis, too.

ChatGPT integration allows Siri to pass off user queries that are outside Siri’s normal scope to be answered instead by OpenAI’s ChatGPT. A ChatGPT account is not required, but logging in with an existing account gives you access to premium models available as part of a ChatGPT subscription. If you’re using these features without a ChatGPT account, OpenAI won’t be able to retain your data or use it to train models. If you connect your ChatGPT account, though, then OpenAI’s privacy policies will apply for ChatGPT queries instead of Apple’s.

Genmoji and Image Playground queries will be handled locally on the user’s device, but other Apple Intelligence features may dynamically opt to send queries to the cloud for computation.

There’s no word yet on when iOS 18.2 will be released publicly.

iOS 18.2 developer beta adds ChatGPT and image-generation features Read More »

no-more-bricked-ipads:-apple-fixes-several-bugs-in-ios,-ipados,-macos-updates

No more bricked iPads: Apple fixes several bugs in iOS, iPadOS, macOS updates

On Thursday, Apple released the first software updates for its devices since last month’s rollout of iOS 18 and macOS Sequoia.

Those who’ve been following along know that several key features that didn’t make it into the initial release of iOS 18 are expected in iOS 18.1, but that’s not the update we got on Thursday.

Rather, Apple pushed out a series of smaller updates that fixed several bugs but did not add new features. The updates are labeled iOS 18.0.1, iPadOS 18.0.1, visionOS 2.0.1, macOS Sequoia 15.0.1, and watchOS 11.0.1.

Arguably, the two most important fixes come in iPadOS 18.0.1 and iOS 18.0.1. The iPad update fixes an issue that bricked a small number of recently released iPads (those running Apple’s M4 chip). That problem caused Apple to quickly pull iPadOS 18 for those devices, so Thursday’s iPadOS 18.0.1 release is actually the first time most users of those devices will be able to run iPadOS 18.

On the iPhone side, Apple says it has addressed a bug that could sometimes cause the touchscreen to fail to register users’ fingers.

No more bricked iPads: Apple fixes several bugs in iOS, iPadOS, macOS updates Read More »

also-releasing-today:-new-ios-17,-macos-14-updates-for-the-upgrade-averse

Also releasing today: New iOS 17, macOS 14 updates for the upgrade-averse

safe space —

Security updates without the headaches for the risk-averse (and bug-averse).

Also releasing today: New iOS 17, macOS 14 updates for the upgrade-averse

Today is the official release date for the public versions of iOS 18, iPadOS 18, macOS 15 Sequoia, and a scad of other Apple software updates, the foundation that Apple will use for Apple Intelligence and whatever other features it wants to add between now and next year’s Worldwide Developers Conference in June. But for those who value stability and reliability over new features, you may not be excited to update to a new operating system with a version number ending in “0.”

For those of you who prefer to wait for a couple of bugfix updates before installing new stuff, Apple is also releasing security-only updates for a bunch of its (now) last-generation operating systems today. The iOS 17.7, iPadOS 17.7, and macOS 14.7 updates are either available now or should be shortly, along with a security update for 2022’s macOS 13 Ventura. An updated version of Safari 18 that runs on both macOS 13 and 14 should be available soon, though as of this writing is doesn’t appear to be available yet.

Apple has historically been pretty good about providing security updates to older macOS releases—you can expect them for about two years after the operating system is replaced by a newer version. But for iOS and iPadOS, the company used to stop updating older versions entirely after releasing a new one. This changed back in 2021, when Apple decided to start providing some security-only updates to older iOS versions to help people who were worried about installing an all-new potentially buggy OS upgrade.

Eventually, iOS and iPadOS users will need to install iOS 18 and iPadOS 18 to keep getting security updates. But for the handful of older iPads that can’t run iPadOS 18, Apple will usually keep supporting those specific devices with security updates for a year or two. Apple was still providing new security updates for 2022’s iOS 16 as recently as August, keeping older devices like the iPhone 8 and the first-generation iPad Pros reasonably secure even though they were incapable of running newer operating systems.

Also releasing today: New iOS 17, macOS 14 updates for the upgrade-averse Read More »

unicode-16.0-release-with-new-emoji-brings-character-count-to-154,998

Unicode 16.0 release with new emoji brings character count to 154,998

right there with you, bags-under-eyes emoji —

New designs will roll out to phones, tablets, and PCs over the next few months.

Emojipedia sample images of the new Unicode 16.0 emoji.

Enlarge / Emojipedia sample images of the new Unicode 16.0 emoji.

The Unicode Consortium has finalized and released version 16.0 of the Unicode standard, the elaborate character set that ensures that our phones, tablets, PCs, and other devices can all communicate and interoperate with each other. The update adds 5,185 new characters to the standard, bringing the total up to a whopping 154,998.

Of those 5,185 characters, the ones that will get the most attention are the eight new emoji characters, including a shovel, a fingerprint, a leafless tree, a radish (formally classified as “root vegetable”), a harp, a purple splat that evokes the ’90s Nickelodeon logo, and a flag for the island of Sark. The standout, of course, is “face with bags under eyes,” whose long-suffering thousand-yard stare perfectly encapsulates the era it has been born into. Per usual, Emojipedia has sample images that give you some idea of what these will look like when they’re implemented by various operating systems, apps, and services.

Unicode 16.0 also adds support for seven new modern and historical scripts: the West African Garay alphabet; the Gurung Khema, Kirat Rai, Ol Onal, and Sunuwar scripts from Northeast India and Nepal; and historical Todhri and Tulu-Tigalari scripts from Albania and Southwest India, respectively.

We last got new emoji in 2023’s Unicode 15.1 update, though all of these designs were technically modifications of existing emoji rather than new characters—many emoji, most notably for skin and hair color variants, use a base emoji plus a modifier emoji, combined together with a “zero-width joiner” (ZWJ) character that makes them display as one character instead. The lime emoji in Unicode 15.1 was actually a lemon emoji combined with the color green; the phoenix was a regular bird joined to the fire emoji. This was likely because 15.1 was only intended as a minor update to 2022’s Unicode 15.0 standard.

Most of the Unicode 16.0 emoji, by contrast, are their own unique characters. The one exception is the Sark flag emoji; flag sequences are created by placing two “regional indicator letters” directly next to each other and don’t require a ZWJ character between them.

Incorporation into the Unicode standard is only the first step that new emoji and other characters take on their journey from someone’s mind to your phone or computer; software makers like Apple, Google, Microsoft, Samsung, and others need to design iterations that fit with their existing spin on the emoji characters, they need to release software updates that use the new characters, and people need to download and install them.

We’ve seen a few people share on social media that the Unicode 16.0 release includes a “greenwashing” emoji designed by Shepard Fairey, an artist best known for the 2008 Barack Obama “Hope” poster. This emoji, and an attempt to gin up controversy around it, is all an elaborate hoax: there’s a fake Unicode website announcing it, a fake lawsuit threat that purports to be from a real natural gas industry group, and a fake Cory Doctorow article about the entire “controversy” published in a fake version of Wired. These were all published to websites with convincing-looking but fake domains, all registered within a couple of weeks of each other in August 2024. The face-with-bags-under-eyes emoji feels like an appropriate response.

Unicode 16.0 release with new emoji brings character count to 154,998 Read More »

apple-will-release-ios-18,-macos-15,-ipados-18,-other-updates-on-september-16

Apple will release iOS 18, macOS 15, iPadOS 18, other updates on September 16

update time —

Apple Intelligence won’t be part of the initial launch.

Apple will release iOS 18, macOS 15, iPadOS 18, other updates on September 16

Apple

Apple plans to release the next versions of iOS, iPadOS, macOS, and watchOS to the general public on September 16, the company announced via its website following its iPhone-centric product event earlier today. We should also see updates for tvOS and the HomePod operating system on the same date.

The new releases bring a number of new features and refinements to Apple’s platforms: better texting with Android devices thanks to support for the RCS standard, iPhone Mirroring that allows you to interact with your iPhone via your Mac, more UI customization options for iPhones and iPads, and other improvements besides.

What won’t be included in these initial releases is any hint of Apple Intelligence, the batch of generative AI and machine learning features that Apple announced at its Worldwide Developers Conference in June. Apple is testing some of the Apple Intelligence features in betas of iOS 18.1, iPadOS 18.1, and macOS 15.1, updates that will be released later this fall. When Apple Intelligence does arrive, compatibility will be limited: it will require an iPhone 15 Pro or one of the just-announced iPhone 16 or 16 Pro models; an iPad Air or Pro with an M1, M2, or M4 chip; or an Apple Silicon Mac. Apple will also be withholding Apple Intelligence from devices in the EU, at least for now.

The new operating systems will run on most of the same hardware that is currently compatible with iOS 17, iPadOS 17, and macOS Sonoma, including the last few generations of Intel Macs from 2018, 2019, and 2020. But there are a handful of exceptions, like the 2018 MacBook Air and a handful of older iPads. Phones as old as 2018’s iPhone XR and XS will be able to install and run the iOS 18 update.

Apple has released multiple beta versions of each operating system since WWDC in June, and release candidate builds will likely go out to users and developers today. These will enable developers to get final versions of their apps ready for launch day. Users who want to move over to the new operating systems early can also do so—you can be relatively confident that most of the biggest bugs have been worked out over the summer betas. However, as always when installing major updates, you should ensure you have good backups of your data beforehand.

Apple will release iOS 18, macOS 15, iPadOS 18, other updates on September 16 Read More »

what-to-expect-from-apple’s-“it’s-glowtime”-event

What to expect from Apple’s “It’s Glowtime” event

Apple It's Glowtime event promo image depicting a neon Apple logo

Enlarge / Apple’s event will likely discuss Apple Intelligence, though that’s not going to launch until later in the year with iOS 18.1

Apple

For years, Apple’s September event has focused almost exclusively on new flagship iPhones and new Apple Watch models. Once in a while, other second-tier products make an appearance. And in recent cycles, the Mac and high-end iPads had their shining moment later in the year—often in October or November.

We expect the same to happen this time. You can almost certainly count on new iPhones and Watches. As for what else to expect: well, no Macs, but there are a couple of interesting possibilities.

Here’s what we expect to see next week.

iPhone 16 and 16 Pro

Gone are the days of radical changes to the iPhone; the last dramatic redesign was the iPhone X in 2017. Since then, Apple has iterated a little bit each year—never enough to drive yearly upgrades, but perhaps enough to entice consumers with phones that are three years old or so.

The iPhone 16 and 16 Pro are expected to continue this pacing, with a grab bag of improvements to existing features but nothing too radical.

The only notable design change that has been rumored is the introduction of the “Capture” button on all models; this will allow taking pictures without using the touchscreen on all models. This could be done with the Action button on last year’s iPhone 15 Pro, and that Action button is expected to come to all iPhone 16 models (not just Pro) this year.

But adding a Capture button frees the Action button up for other things, and the Capture button is expected to produce different results depending on how you press it, making it more useful.

The iPhone 16 and iPhone 16 Plus rear camera arrangement will switch to two vertically aligned lenses instead of the diagonal arrangement of the previous model. Apart from that and the new buttons, there will be no noticeable design changes in the non-Pro phones this year.

The iPhone 16 Pro and iPhone 16 Pro Max will also not have noticeable design changes, but they will have slightly larger screens. The Pro is going from a 6.1-inch screen to 6.3 inches, while the larger Max version will go from 6.7 to 6.9 inches. The phones will be slightly larger, but much of the screen-size gain will come from Border Reduction Structure (BRS) implementation that will reduce the already barely there bezels a little bit.

Speaking of the screens, the Pro models will feature new panels that will provide just a bit more maximum brightness, following a trend of improvements in that area that has spanned the last few iPhones.

  • The general look of the new iPhones isn’t expected to change compared to these designs from last year, except for the camera arrangement on the base iPhone 16.

    Samuel Axon

  • The Action Button, seen here on the iPhone 15 Pro Max, will reach the non-Pro iPhones this year.

    Samuel Axon

That’s it for changes visible on the outside. Inside, the phones are expected to get an improved thermal design—which hopefully addresses our biggest complaint when we reviewed the iPhone 15 Pro—as well as faster 5G modems in the Pros and a new A-series chip that will probably offer modest gains in performance and efficiency over the top-tier chip from last year.

All the remaining changes that are rumored from leaks, supply-chain insights, or news reports are tweaks to the camera systems. All models will get better ultra-wide cameras that handle low light better, and the iPhone 16 Pro will go to a 48-megapixel ultra-wide camera to better match the wide-angle lens’ overall performance. Additionally, the 5x zoom telephoto lens that was reserved only for the Pro Max last year will make its way to the smaller Pro this time.

That’s all we’ve heard so far. Looking back on paragraphs of text here, it sounds like a lot, but most of these things are pretty modest improvements. Those coming from an iPhone 13 Pro or earlier may be tempted by all this, but it’ll be pretty silly to upgrade from an iPhone 15 to an iPhone 16 unless Apple has managed to keep some earth-shattering new feature a secret.

What to expect from Apple’s “It’s Glowtime” event Read More »