Apple Reference Image explained: how the iPhone 18 Pro signs a photo at the sensor, what that proves, and what it does not
Apple's post is written for security engineers. This page walks the same chain in plain words, from the key burned into the sensor at the factory to the signature check that runs every time the photo is shown. Then it draws the line Apple's post leaves to the reader: what a reference image proves, what it does not, and the limits scattered through the post pulled into one list.
Read the original first: https://security.apple.com/blog/apple-reference-image/
In one minute
- On September 15 Apple published the design of Apple Reference Image, an opt-in camera mode on the iPhone 18 Pro and 18 Pro Max. The feature itself was announced with the phone on September 9.
- The camera sensor signs the raw pixels the instant it captures them, using a key it made for itself at the factory. No software on the phone can change the pixels before they are signed.
- Apple's Private Cloud Compute turns the raw file into a JPEG, checks every signature, scores how much the data looks like real sensor output, and signs the result with a post-quantum signature meant to hold for decades.
- Any iOS 27, iPadOS 27 or macOS 27 device checks that signature and a revocation list every time it shows the image. Apple can revoke one photo or every photo from one sensor.
- It proves that these exact pixels came out of a real iPhone 18 Pro sensor, unaltered, within a time window. It does not prove the scene was true, and Apple does not say how it tells a real scene from a photo of a screen.
- Apple says C2PA attaches provenance after capture and can be broken anywhere in the edit chain. C2PA works on any camera. Apple's works on one phone model, and capture is off in the EU and China at launch.
The problem, in one paragraph
For most of the history of photography, a photo that looked real was good enough. That is over. AI image tools make fakes that pass a human eye and pass most software checks too. Apple's post puts it in one line: an image appearing photorealistic 'is no longer sufficient to establish its veracity.'
So the question changes. It is no longer 'does this look real.' It is 'can anyone prove where these pixels came from.' Apple Reference Image is one answer to that second question, and it only works because Apple builds the sensor, the phone, the cloud and the viewer.
Step one: the sensor signs its own pixels
Every iPhone 18 Pro main camera sensor makes its own signing key pair at the factory. Apple says it uses ECDSA P-256. The private half never leaves the sensor. The phone's Secure Enclave, the separate security chip, makes its own identity too. A device manifest ties the two together, so a sensor from one phone cannot pretend to be in another.
When you shoot in Reference mode, the sensor boots into a special capture mode. The moment it reads the pixels, it signs them, before the image processor, the operating system, or any app can touch them. That is the whole trick. Apple's requirement, in its words: 'a reference image must faithfully show what the sensor captured.'
Two more things get signed. Metadata that comes from outside the sensor, like location, is signed by the Secure Enclave. And the capture gets two timestamps. A lower bound comes from Apple's timestamp service, which the phone fetches on a push notification heartbeat about every 15 minutes. An upper bound is requested right after the shot. Together they box the capture into a window.
The output of this step is what Apple calls the secure digital negative. It is the raw sensor data plus the signatures. It is not yet a picture you can look at.
Step two: the negative is developed in Apple's cloud, not on the phone
Raw sensor data has to be turned into a viewable photo. That means demosaicing (turning the sensor's color grid into full pixels), tone mapping and compression. On a normal photo, the phone does this. For a reference image, the phone does not, because then the phone's software would be a link in the chain.
Instead, the phone uploads the negative to Private Cloud Compute, the same locked-down Apple servers that handle Apple Intelligence requests. PCC verifies every signature. It checks that the sensor and the phone are a matched pair. It runs the development steps in a way Apple says is publicly verifiable. And it computes a confidence score for whether the data looks like real raw sensor output.
Apple says that during this step 'not even Apple can access image data.' That is the same privacy claim PCC makes for Apple Intelligence.
Step three: a signature built to last decades
PCC compresses the developed image as a JPEG and hands it to Apple's signing service. The signature is a composite: ML-DSA-87, a post-quantum algorithm, combined with RSA-3072, a classical one. Both have to be broken for the signature to fail. Apple's reason is plain: a photo taken today may need to be trusted in 2050, when a quantum computer might exist.
The signed JPEG comes back to the phone. In Photos, the reference version sits next to the normal photo, so you can compare the two and see whether anything was edited.
Checking one: what happens every time it is shown
Verification is not a one-time stamp. Each time a reference image is displayed, the viewer checks the JPEG signature and looks up the photo's ID against a revocation list. If Apple has revoked that photo, or every photo from that sensor, the viewer says so. Apple's line: 'no security system is perfect,' so it built revocation for one photo and for a whole sensor.
iOS 27, iPadOS 27 and macOS 27 can display and verify reference images, and Apple has opened APIs so third-party apps can show them too. Capture is another matter. Only the iPhone 18 Pro and 18 Pro Max main camera can make one.
Why Apple says this is not C2PA, and the other side of that argument
C2PA is the industry standard for content provenance, backed by Adobe, Microsoft, Google and camera makers. It attaches a signed record to a file and adds to it with every edit. Apple's criticism is direct: C2PA attaches provenance 'after capture' and is 'vulnerable to compromise at any point in the editing chain.' Apple signs before any software runs, so there is no chain to compromise. Apple says it believes no other commercial system meets that bar.
The other side is just as plain. C2PA works on any camera, any phone, any editor, from any vendor, today. Apple's system works on two phone models, only for the main camera, and only outside the EU and China at launch. A newsroom or an insurer cannot standardize on it. The honest position is that Apple has built a stronger proof for a much smaller set of photos, and the two will coexist for years.
What a reference image proves, and what it does not
It proves: these exact pixels came out of a real iPhone 18 Pro sensor, in a real matched phone, unaltered by any software, within a time window of roughly 15 minutes, and Apple has not revoked it.
- It does not prove the scene was true. A staged photo of a staged room is still a real capture.
- It does not prove the photo is not a photo of a screen or a print. The confidence score in PCC is Apple's guess at this, and Apple does not say how the score is computed or what it does with a low one.
- It does not prove who took it. 9to5Mac notes the design protects the photographer's identity and device.
- It does not survive editing. A reference image cannot be edited. An edited copy is just a normal photo with no proof.
That is a narrower claim than 'the photo is real,' and it is the right claim. Provenance systems fail when people read more into them than they say.
The limits, in one list
- Opt-in. Nothing is signed unless you add Reference mode and shoot in it.
- iPhone 18 Pro and 18 Pro Max only, main camera only.
- Capture is unavailable in the European Union and China at launch. EU users can still develop and view reference images.
- The timestamp lower bound rides on a push heartbeat that averages 15 minutes and varies with the network. If the phone is offline at capture, there is no upper bound.
- Secure digital negatives move to Recently Deleted after 30 days unless you keep them.
- Verification depends on a current revocation list, so an offline viewer is checking a stale one.
If you handle photos as evidence
This is for anyone whose job depends on a photo being what it claims: insurance adjusters, field techs documenting a rack or a serial number, HR, property managers, journalists, lawyers.
- Start asking for the reference image, not a screenshot or a forwarded copy. The proof lives in the signed file.
- Check it in Photos on an iOS 27 device, or in an app that uses Apple's viewing API. A green check in a screenshot proves nothing.
- Expect very few of them at first. This is one phone model, opt-in, and off in two major markets.
- Keep C2PA in your process. It covers every other camera. Treat an Apple reference image as a stronger tier, not a replacement.
- Write the rule down. One line: when a photo will decide money or blame, ask for a signed capture if the device can make one.
How to turn it on
On an iPhone 18 Pro: open Settings, tap Camera, tap Reference Image, then Add Reference Mode. Open the Camera app and swipe to Reference. Take the photo. The reference version appears next to the regular photo in Photos.
Who is affected
| Case | Status |
|---|---|
| iPhone 18 Pro and 18 Pro Max owners outside the EU and China | Can capture reference images today after turning the mode on. Main camera only. |
| iPhone 18 Pro owners in the EU | Cannot capture at launch. Can develop and view reference images on iOS 27. |
| Anyone on iOS 27, iPadOS 27 or macOS 27 | Can view and verify a reference image. Third-party apps can add viewing through Apple's new APIs. |
| Older iPhones, Android phones, cameras | Not covered. C2PA remains the only cross-vendor provenance option. |
| Insurers, field service, HR, legal, newsrooms | Can start requesting reference images as a stronger tier of evidence. Volume will be small for a while. |
What to do
- If you have an iPhone 18 Pro, add Reference mode this week and shoot one test photo so you know what the reference version looks like in Photos.
- Decide which photos in your process decide money or blame, and add one line to the process: ask for a signed capture when the device can make one.
- Do not drop C2PA checks. Apple's system covers one phone model; C2PA covers the rest.
- Read a reference image as 'real sensor capture in a time window,' never as 'this scene is true.'
- If you build apps that display photos, look at the iOS 27 viewing API so a reference image shows its status inside your app.
What is still unknown
- How PCC computes the confidence score that the data looks like raw sensor output, and what happens to a photo that scores low. Apple's post names the score and gives no mechanism.
- Whether Apple will publish a verification spec so non-Apple software can check a reference image without Apple's API.
- Whether third-party camera apps can capture in Reference mode. Apple opened viewing APIs and said nothing about capture.
- When, or whether, capture comes to the EU and China.
- Whether the ultra-wide, telephoto or front cameras will ever get signing sensors. Today it is the main camera only.
- Everything above about the mechanism rests on Apple's own description. No outside researcher has published an analysis of the shipped system yet.
Sources
- Apple Security Research, 'Apple Reference Image: A New Approach for Verified Photography' — the original report
- MacRumors, September 9, 'iPhone 18 Pro Introduces Apple Reference Image to Verify Photo Authenticity'
- 9to5Mac, September 15, 'Apple explains how the iPhone 18 Pro's new Reference Image camera mode works'
- iGeeksBlog, September 16, how to turn on Reference Image mode