• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
TechEngage

TechEngage®

Technology Reviews, Guides & Analysis

  • News
  • AI
  • Mobile
  • Apps
  • Security
  • Reviews
  • More
    • Internet & Social
    • Computing
    • Gadgets
    • Gaming
    • Car Tech
    • Business
    • Science & Health
TechEngage » Apps & Software

Apple has Allowed Unlisted Apps Available Via Direct Link

Avatar for Syed Hassan Zaman Syed Hassan Zaman Updated: May 16, 2026

Design by Muntaha Hussain / TechEngage
Shares21FacebookTweetPinLinkedInPrint

In January 2022 Apple opened up a new App Store distribution path: the Unlisted App. These apps live inside the App Store catalogue but don’t appear in search results, charts, or category browses. The only way to install one is a direct link. Four years on, the feature has settled into a useful slot for internal tools, research instruments, partner-only apps, and event-specific apps that should not be broadly discoverable.

This guide walks through what unlisted apps are, how to publish one, and how the path compares to Apple’s other distribution options in 2026 — TestFlight, Custom Apps, Ad Hoc, and the new EU alternative-app-store rules.

Contents

  • What an unlisted app actually is
  • How to distribute an unlisted app
  • How to request the unlisted distribution
  • Sharing the unlisted app link
  • Unlisted vs other Apple distribution paths
  • What changed in 2024–2025
  • FAQ

What an unlisted app actually is

An unlisted app is a fully App-Store-reviewed and signed iOS, iPadOS, macOS, or visionOS app that does not appear in any public surface of the App Store. It is invisible in:

  • Search results (App Store search and Spotlight)
  • Categories, top charts, and browse listings
  • Editorial recommendations and “Apps You Might Like”
  • Today, Games, and Apps tabs

It is fully present in:

  • Direct App Store links (the URL itself opens the App Store product page)
  • Apple Business Manager (ABM) and Apple School Manager (ASM) for managed-device distribution
  • Standard App Store Connect tooling for the developer (analytics, reviews, crash reports)

The most common use cases since launch have been:

  • Internal employee apps that don’t justify the cost of a custom enterprise distribution programme
  • Research-study apps where participants are recruited externally and need to install easily but the app is not for public consumption
  • Event-specific apps (conferences, festivals, weddings) shared via QR code on physical signage
  • Partner or affiliate apps shared with a defined external audience
  • Holding-pattern apps published while a public launch is being prepared

How to distribute an unlisted app

Once Apple has approved the unlisted distribution method, the same App Store binary can reach three audiences:

  • Anyone with the direct App Store link in any region the app is set to be available in. The link can be shared by email, embedded on a private webpage, or printed as a QR code.
  • Apple Business Manager / Apple School Manager-enrolled organisations, which can push the app to managed devices.
  • Employee-owned (BYOD) devices, which would not normally be reachable through ABM or ASM. The direct link is the path that closes that gap.

How to request the unlisted distribution

Apple does not offer the unlisted toggle in App Store Connect by default — you have to request it from Apple. The flow:

  1. In App Store Connect, create a new app record (or open an existing one). Upload the binary and complete the App Store metadata as if for a normal release.
  2. Submit a request for unlisted distribution via the developer support form. Include the app’s bundle ID, App Store ID, and a short description of why unlisted distribution is the right fit.
  3. Apple reviews the request, which takes from a few days to a couple of weeks depending on the volume in the queue.
  4. If approved, Apple flips the distribution method on your record. The app then ships through normal App Review (which still applies — unlisted does not exempt you from the App Store Review Guidelines).
  5. Once App Review approves the binary, the app is live and the direct App Store URL becomes the install path.

One important constraint: Apple does not approve unlisted-distribution requests for apps that are still in beta or pre-release. Make sure the app is fully developed and ready for production review before you submit the request.

Sharing the unlisted app link

The direct link looks the same as any other App Store URL — https://apps.apple.com/app/id[YOUR-APP-ID]. Anyone who lands on it sees the standard App Store product page and can install. There is no organisation gating in front of the link; security depends on you keeping the URL inside your intended audience.

Practical sharing patterns that have worked since launch:

  • Email a unique-per-recipient link signed through your own URL shortener so you can revoke or rate-limit individual recipients
  • Distribute through a single-sign-on protected web page that surfaces the link only after authentication
  • Print as a QR code on physical signage at events
  • Push through Apple Business / School Manager, which adds organisational install controls

If you need stronger access control than “anyone with the link,” Apple’s Custom Apps feature (formerly B2B App Store) is the tighter option — distribution is restricted to specific Managed Apple Account holders.

Unlisted vs other Apple distribution paths

PathAudience sizeDiscoverable in App Store?Best for
Public App StoreAnyoneYes (search, charts, categories)Mass-market apps
Unlisted AppAnyone with the direct linkNoEmployee, research, partner, event apps
Custom Apps (ABM/ASM B2B)Specified Managed Apple ID holders onlyNo (in private B2B store)Per-organisation distribution with strict access
TestFlightUp to 10,000 external testers + 100 internalNo (TestFlight app)Beta-testing pre-release builds
Ad HocUp to 100 registered devices, per platformNo (manual install)Specific-device QA outside TestFlight
Apple Developer Enterprise (ADEP)Internal employees of an enrolled enterprise onlyNo (in-house MDM)Internal-only apps for very large enterprises
Alternative app marketplaces (EU)Anyone in the EU using a compliant marketplace appNo (third-party stores)EU-only distribution outside Apple’s App Store

What changed in 2024–2025

Two adjacent changes are worth knowing about even if your distribution path doesn’t move:

  • EU alternative app marketplaces — Apple’s compliance with the Digital Markets Act in March 2024 opened iOS in the EU to third-party app stores (AltStore PAL, Setapp Mobile, and others). Unlisted Apps remain on Apple’s first-party App Store; they are not affected by the EU rules.
  • Apple Developer Enterprise tightening — Apple has been more aggressive about pulling Enterprise certificates from organisations that distribute outside their internal employees. Several large 2023–2024 revocations made the news. Unlisted Apps absorbed some of the use cases that previously lived under Enterprise distribution.
  • visionOS support — visionOS apps can be unlisted from the same App Store Connect record as the iOS counterpart. This has been useful for visionOS pilots that should not be discoverable in the still-small Vision Pro app catalogue.

FAQ

How much does it cost to publish an unlisted app?

The same as any App Store app: the $99/year Apple Developer Program enrolment for an individual or company, or the $299/year Apple Developer Enterprise Program if you also need internal-distribution capability. There is no additional fee for the unlisted distribution method itself.

Does an unlisted app go through App Review?

Yes. Unlisted apps go through the standard App Review process and must comply with the App Store Review Guidelines. Apple has been clear that the unlisted designation does not relax content rules — adult, gambling, or beta-only apps are not approved as unlisted just because they would be distributed to a small audience.

Can I revoke an unlisted app link if it leaks?

Not directly — the link is the standard App Store product URL and cannot be invalidated without removing the app from the App Store entirely. The practical workaround is to add server-side authentication inside the app so even a stranger who installs it cannot use it. Some teams pair the unlisted distribution with a one-time-use enrolment code checked at first launch.

Should I use Unlisted App or TestFlight for an internal beta?

TestFlight if it is a true beta — TestFlight handles version cycling, automatic updates, crash logs, and tester-side feedback inside the TestFlight app. Unlisted App if the build is production-ready and you want it to look and feel like a regular App Store install (no TestFlight app required for the user, no expiry on the install).

Do EU alternative app stores affect Unlisted Apps?

No. Unlisted Apps live in Apple’s first-party App Store and are unaffected by the EU’s Digital Markets Act rules. EU users install them the same way as everyone else — through the App Store using the direct link. The DMA changes only added a parallel option (third-party marketplaces); they did not remove or modify any existing distribution path.


Related reading

  • Apple to allow Spotify, Netflix, and others to use payment methods outside the App Store
  • Apple is likely to be Taking Down Outdated Apps from App Store
  • WWDC: Apple’s most significant announcements
  • Apple’s App Store store beats Google Play Store in revenue

Filed Under: Apps & Software Tagged With: App Store, Apple App Store, Apple Business Manager, Apple School Manager, Apple. Unlisted Apps, Apps

Related Stories

  • Android Rooting Guide In 2026: Tools, Risks, And Whether It Still Makes Sense

    Android Rooting Guide in 2026: Tools, Risks, and Whether It Still Makes Sense

  • Inside Android P: How Ambitious Can Google Get?

    Inside Android P: How Ambitious can Google get?

  • Is Microsoft Windows Fighting Losing Battles?

    Is Microsoft Windows fighting losing battles?

Shares21FacebookTweetPinLinkedInPrint
Avatar for Syed Hassan Zaman

Syed Hassan Zaman

Gadgets & Social Media Writer

Syed Hassan Zaman is a Gadgets and Social Media Writer at TechEngage covering social platforms, smartphones, apps, tech events, and consumer gadgets. With more than 80 published articles, Hassan has a sharp instinct for the products and platforms that shape how people connect, communicate, and consume digital content.

Joined January 2022

Reader Interactions

Share Your Thoughts Cancel reply

Please read our comment policy before submitting your comment. Your email address will not be used or published anywhere. You will only receive comment notifications if you opt to subscribe below.

Primary Sidebar

TechEngage on Google News

Recent Stories

  • Letter Boxed Hints Today: Clues and Answer for May 25, 2026
  • Spelling Bee Hints Today: Clues and Answer for May 25, 2026
  • Octordle Hints Today: Clues and Answer for May 25, 2026
  • Contexto Hints Today: Clues and Answer for May 25, 2026
  • Waffle Hints Today: Clues and Answer for May 25, 2026

Footer

Discover

  • About TechEngage
  • Newsroom
  • Our Team
  • Advertise
  • Send us a tip
  • Startup Submission Questionnaire
  • Brand Kit
  • Contact us

Legal pages

  • Reviews Guarantee & Methodology
  • Community Guidelines
  • Corrections Policy and Practice
  • Cookies Policy
  • Our Ethics
  • Disclaimer
  • GDPR Compliance
  • Privacy Policy
  • Terms and Conditions

Must reads

  • Best AirPods alternatives on Amazon
  • Best PC monitors for gaming on Amazon
  • Best family board games
  • Best video doorbells without subscription
  • Best handheld video game consoles
  • Best all-season tires for snow
  • Best mobile Wi-Fi hotspots
  • Best treadmills on Amazon

Download our apps

TechEngage app coming soon on App Store

© 2026 TechEngage®. All Rights Reserved. TechEngage® is a project of TechAbout LLC.

TechEngage® is a registered trademark in the United States under Trademark Number 6823709 and in the United Kingdom under Trademark Number UK00003417167. It is also ISSN protected under ISSN 2690-3776 and has OCLC Number 1139335774.