Urgent.News

What's breaking now, across thousands of outlets.

Tech

Apple sweetens trade-in values for iPhones, iPads, Macs, and even some Android phones

Apple has raised its US trade-in estimates across iPhone, iPad, Mac, and Apple Watch, with some devices up nearly 30 percent since May. The bump also adds several Android phones to the list.

Apple sweetens trade-in values for iPhones, iPads, Macs, and even some Android phones

Apple plans to announce the iPhone 18 Pro lineup soon and has increased trade-in values for iPhones, iPads, Macs, Apple Watch, and some Android phones in the United States. Most iPhone models saw their trade-in value increase compared to the last update in May, with the iPhone 16 Pro Max topping the list at up to $720. The Mac mini, Mac Studio, and MacBook Pro also experienced notable value increases, with the Mac mini's value rising by nearly 30 percent.

Apple added Samsung, Google, and OnePlus devices, including the Pixel 9 series and OnePlus 13, to its trade-in program. However, older models experienced slight dips in estimates. These trade-in values are estimates, and the final offer depends on the device's condition and configuration. With the iPhone 18 Pro expected to launch within weeks, this is the best time to take advantage of the current trade-in values.

Written by urgent.news from Digital Trends's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at digitaltrends.com →

More in Tech

How asyncio Really Works Under the Hood

Python's asyncio is usually introduced through its public API: define a coroutine with async def , suspend it with await , and run several operations concurrently with create_task() or gather() .

  • Asyncio event loop manages coroutine execution
  • Await keyword pauses coroutine without CPU consumption
  • Event loop cycle resumes coroutines based on dependencies

LINE Service Messages vs Messaging API: Choose the Right Message Path

LINE MINI App Service Messages and the LINE Messaging API can both deliver messages to users, but they solve different problems.

  • Service Messages confirm actions within LINE MINI Apps, like reservations or orders.
  • Messaging API enables conversations, outreach, and mass communication via LINE Official Accounts.
  • Misuse can result in rejected templates, unusable tokens, and inefficient architecture.

One Database Can't Hold Everything: Learn Database Sharding

This is Part 9 of my "From One User to One Million" series, where we'll build an understanding of System Design by following a simple application as it grows from a single user to millions. Instead of memorising technologies, we'll learn why they exist by solving real problems as they appear. Look at what we've built so far.

  • Single database faces data management limitations as application scales
  • Sharding divides data across multiple databases based on criteria
  • Sharding improves scalability by enabling parallel processing

More from Friday 7 August →