
A company best known for coatings, catalysts and battery chemistry now says it owns a piece of how your iPhone recognises your face. BASF filed suit against Apple this week, AppleInsider reported, alleging that Face ID infringes patents it holds on face authentication. The timing is the interesting part: the iPhone X shipped Face ID in 2017. Nine years is a long time to notice.
Let me get the practitioner’s answer out of the way first, because it’s the one that matters if you actually run this stuff. Nothing in your authentication flow changes. If you gate an app with LAContext.evaluatePolicy, if you back a passkey with biometric presence, if you manage a fleet of Face ID iPads through MDM — none of it is touched. This is a fight over royalties, not a defect. There is no CVE here, no template compromise, no enrollment weakness. The biometric data still never leaves the Secure Enclave, and no court filing changes that.
What’s actually at issue is the front of the pipeline. Face ID starts with the TrueDepth camera: a flood illuminator, an infrared camera, and a dot projector that paints your face with tens of thousands of IR points. The Secure Enclave turns that into a mathematical representation, stores it in hardware, and compares against it on every unlock. LocalAuthentication only ever sees a yes/no. Patent suits like this tend to aim at the sensing and matching stages — the depth-map capture, the way a template is derived and compared — not the API surface developers touch. Until the specific claims are public, that’s the honest boundary of what can be said. I’m not going to invent patent numbers to fill the gap.
The device list is wide by design, and that’s the point of suing now. Face ID covers every iPhone from the X forward except the Touch ID-based SE line, plus the Face ID iPad Pro models going back to 2018. That’s the better part of a decade of hardware and hundreds of millions of units. Which brings us to the nine-year question everyone asks and few answer correctly.
Nine years is not too late. Under US patent law, damages reach back six years from the filing date — 35 U.S.C. § 286 — regardless of how long the product has been on shelves. So BASF isn’t claiming a window it missed. It’s claiming the window it still has: roughly 2020 onward, across the highest-volume years of iPhone sales. Late filing against a mature, ubiquitous product is a strategy, not an oversight. You wait until the accused feature is load-bearing and the installed base is enormous, then the settlement math gets uncomfortable for the defendant. Whether BASF built these patents or acquired the portfolio, the play reads the same.
Apple has been on the receiving end of biometric patent claims before, and the pattern is boringly consistent: most resolve through licensing or quiet settlement, some get invalidated, few reach an injunction against a shipping flagship. I won’t handicap this one — anyone predicting a number is guessing. The realistic outcomes are a licensing deal folded into cost of goods, a narrowed claim after review, or a dismissal. An injunction pulling Face ID from current iPhones is the least likely branch, and courts are reluctant to hand that to a company that isn’t a competitor.
So the roadmap risk is real but narrow. If this settles into a license, it’s a line item, not a redesign. The version worth watching for is a future TrueDepth or on-device matching change made to route around a valid claim — the kind of quiet hardware revision that shows up two generations later with no marketing behind it. That’s where a patent fight actually reaches your fleet. Everything before that is lawyers, and lawyers don’t touch the Enclave.