Urgent.News

What's breaking now, across thousands of outlets.

Editions

Tech

Apple’s long-running app store battle with the EU appears to finally be over

Apple’s long-running antitrust battle with the European Union over the sale of iPhone apps appears to finally be over. The EU has said that it welcomes the new app commission rates the company is offering within the bloc. The revised terms will see developers pay a commission or fee ranging from 5% to 26%, depending on their turnover and chosen sale channels …

Apple’s long-running app store battle with the EU appears to finally be over

Apple’s long-standing antitrust dispute with the European Union over the sale of iPhone applications seems to have reached a conclusion. The EU has expressed satisfaction with the new app commission rates that the tech giant is now offering within the region. These revised terms mandate that developers pay a commission or fee ranging from 5% to 26%, contingent upon their revenue and selected sale channels.

EU regulations mandated Apple to permit third-party app stores to function, which the company eventually did, albeit facing criticism for the commissions and fees it imposed on third-party sales. Recently, Apple rolled out an entirely new set of terms, and it appears the EU is content with these changes. The European Commission communicated this to the Irish Independent, stating that it welcomes Apple's modifications to their business practices, as a result of a thorough dialogue between the Commission and Apple following the Commission's non-compliance decision in April 2025.

The Commission pledged to monitor Apple's adherence to the new terms. This prolonged legal battle appears to be nearing an end, though the situation differs in the United States, where Apple is contemplating settlement discussions with Epic Games, but the latter believes these talks might not yield fruitful results, potentially leading to a court ruling on the subsequent actions.

Written by urgent.news from 9to5Mac'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 9to5mac.com →

More in Tech

If-Else or Boundaries?

Series: From Visual Flows to AI-Orchestrated Automation · Part 03 A chatbot rarely becomes difficult because of its first if statement. The problem starts later. A customer wants to track an order.

  • Separate concerns into distinct layers
  • AI handles natural language interactions
  • Backend/API provides deterministic decisions

The Background-Tab Bug I Missed in My JavaScript Polling Code

I thought replacing setInterval() with recursive setTimeout() had made a polling loop safe. Only one request would run at a time, and I cleared the next timeout when the page became hidden.

  • Clearing timeout with clearTimeout() does not protect UI from race condition issue
  • Fix requires timestamps, visibility changes, and cancellation with run identifier

More from Thursday 20 August →