Apple Maps Could Feature Integrated Ads as Soon as Next Year, Gurman Says

Apple Maps Could Feature Integrated Ads as Soon as Next Year, Gurman Says
source: gettyimages
February 5, 2026

Bloomberg’s Mark Gurman, in his Power On newsletter, says Apple is accelerating plans to bring more ads to iOS, with Maps as the next target. The idea would let restaurants and other businesses pay to have their details shown more prominently in Maps search results. The setup would resemble App Store Search Ads, where paid placements appear above organic results for relevant queries. Apple reportedly plans to use AI to surface relevant, useful results in a smoother interface than competitors like Google, though Gurman cautions there could be consumer pushback.

Gurman’s reporting emphasizes a broader push to monetize iOS beyond apps, with Maps leading the charge. While Apple would likely aim to balance commercial interests with a quality user experience, the changes could reshape how users discover nearby businesses through the Maps app.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 141 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6645575,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}