Urgent.News

600+ sources. One page. See who else covered it.

Editions

Tech

New leaks cover iPhone Ultra timing, iPhone Pro’s design next year

Apple has two substantially unique iPhone designs launching in the coming year: iPhone Ultra this fall, and its 20th anniversary Pro models next year. Leaker Fixed Focus Digital has just shared updates on both products.

New leaks cover iPhone Ultra timing, iPhone Pro’s design next year

Apple is set to unveil two substantially different iPhone designs in the coming year - the iPhone Ultra this fall and the 20th anniversary Pro models next year. For years, Apple's iPhones have maintained a nearly identical appearance throughout the year. However, recent design innovation, including last year's iPhone 17 Pro and the iPhone Air, has introduced significant changes.

This fall, Apple will release the first foldable model, the iPhone Ultra. Weibo leaker Fixed Focus Digital has shared an encouraging production update on the foldable. He confirms there's been no delay to the iPhone Ultra, although an initial issue scaling production has reportedly been resolved. The production line setup was completed at the end of July, with a launch possibly in the coming weeks. However, a slightly delayed launch past September and limited supply are still potential outcomes.

Separately, the leaker shared details about next year's 20th anniversary iPhone, which are more enigmatic. Prior reports suggest these designs will extend to next year's Pro models. Yet, the idea of an Air-like thinness doesn't align with the Pro line. Moreover, the reference to "glass construction" is unclear. While current Pro models combine glass with aluminum, rumors hint at a possible shift to more glass, which could signify significant design changes. The implications of these updates remain to be seen.

Written by urgent.news from 9to5Mac's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at 9to5mac.com →

More in Tech

How to Enable Entire

How to Enable Entire in Your Repository Entire captures the context behind AI-assisted code changes and connects it to your Git history.

  • Entire records AI-assisted code changes with Git history.
  • Enable Entire via command 'entire enable -y' for all agents.
  • Checkpoints stored under Git refs or dedicated 'entire/checkpoints/v1' branch.

Engineer-to-Engineer: Building a Typing Test That Doesn't Lie to You

If you've ever shipped a "typing speed" feature into a developer tool, an educational dashboard, or a hiring pipeline, you've probably noticed that the simplest-looking metric in computing — words per…

  • Define two word meanings: classic 5-character vs. linguistically grounded
  • Naive implementation flawed by idle gaps, cold-start padding, and backspace handling
  • Use net WPM with warm-up prompt, idle timeout, and backspace handling for accurate measurement