An App Store Guideline 4.2 rejection means Apple does not consider the submitted app useful, unique, or app-like enough beyond the website it presents. Fix the core mobile experience rather than adding a decorative native feature: make the main task complete, improve navigation and failure states, add device capabilities only where they create user value, then show App Review exactly what changed.
This guide focuses only on Minimum Functionality, including Guidelines 4.2, 4.2.2, and 4.2.6. For login, privacy, metadata, completeness, or payment rejections, use the broader WebView App Store rejection guide. Apple documentation checked September 14, 2026.
What does App Store Guideline 4.2 mean?
Apple's Minimum Functionality guideline says an app should provide features, content, and interface value beyond a repackaged website. An app that is not sufficiently useful, distinctive, or app-like may not be accepted. Apple App Review Guideline 4.2.
The technology is not the complete test. A WebView can be part of an approved app, while a native codebase can still offer too little utility. App Review judges what the customer receives: the purpose, workflow, content, interaction design, reliability, and reason to install the product.
Three parts of the guideline matter most for web-powered apps:
| Guideline | What Apple is evaluating | Common risk for a web-powered app |
|---|---|---|
| 4.2 | Whether the app has adequate utility and feels meaningfully designed as an app | The installed experience adds little beyond opening the same site in Safari |
| 4.2.2 | Whether the product is primarily marketing, advertising, web clippings, aggregated content, or links | A brochure site, landing page, link directory, or promotional catalog with no substantial task |
| 4.2.6 | Who submits an app created from a commercial template or generation service | A converter submits many client apps from its own developer account instead of giving the content provider a customizable project to submit |
Do not assume the reviewer cited all three. Read the exact number and explanation in App Store Connect before choosing a fix.
Make sure 4.2 is the real rejection.
A blank screen or inaccessible login can make an app appear thin, but Apple may cite a different guideline for the actual problem.
- Guideline 2.1 — App Completeness: Crashes, broken URLs, placeholder content, inactive backend services, or missing reviewer credentials.
- Guideline 2.3 — Accurate Metadata: Screenshots or descriptions that do not match the submitted build.
- Guideline 5.1.1 — Data Collection and Storage: Missing privacy information or declarations that do not match the product.
- Guideline 4.2 — Minimum Functionality: The working experience itself does not provide enough lasting utility or value beyond the website.
If App Review could not reach the product behind login, solve access first. Apple requires full review access through an active demo account or, with prior approval, a fully featured demo mode. Apple's Before You Submit guidance.
Reply in App Store Connect when the message is ambiguous. Apple allows developers to correspond with the review team and attach screenshots or supporting documents before resubmitting. Reply to App Review messages.
Why does a working WebView app fail Minimum Functionality?
The website can work perfectly and the app can still fail 4.2. Technical correctness answers “Does it run?” Minimum Functionality asks “Why should this be an App Store app?”
The product is mainly promotional
A company homepage, restaurant brochure, service advertisement, event landing page, or collection of outbound links may fall under 4.2.2 when the user cannot complete a meaningful task. Adding an icon and removing browser chrome does not change the product's purpose.
Give users a durable reason to return: manage a booking, access a member account, track an order, use saved content, complete field work, communicate with a community, or perform another recurring action. If the site genuinely only markets a business, Safari may be the more appropriate distribution surface.
The main task is incomplete
A dashboard that only displays a number, a directory that only redirects elsewhere, or a booking app that ends by telling the user to call can feel unfinished. The app should complete the journey promised by its name, listing, and screenshots.
Map the path from first launch to successful outcome. Every required detour, dead end, placeholder, and manual support step weakens the case for adequate utility.
The installed experience is indistinguishable from Safari
Apple does not publish a mandatory list of native features. The concern is the complete experience. A full-screen page with desktop navigation, browser-style errors, uncontrolled external links, and no mobile lifecycle handling gives the reviewer little evidence of app-specific design.
Improve the interaction model around the website: intentional navigation, safe areas, keyboard handling, app resume, external-link behavior, loading feedback, offline recovery, permissions, and the journey back from authentication or another app.
Native features are present but irrelevant
Push notifications, sharing, biometrics, camera access, haptics, and location can make a product better when they support the main job. They do not guarantee approval on their own. A decorative share button does not turn a static brochure into a useful app.
Start with the user outcome, then select the device capability that removes friction or enables a new action.
The app looks mass-generated
Guideline 4.2.6 applies to apps created from commercial templates or app-generation services. Apple says these apps should be submitted directly by the provider of the app's content; template services should provide tools for customized, innovative customer experiences rather than submit client clones on their behalf.
Use the developer account belonging to the person or organization that owns the product and content. Keep the app name, legal entity, domain, support information, design, and functionality aligned. A unique bundle identifier and color change are not enough when a portfolio contains many functionally identical apps.
WebNativeApp provides a project for the website owner to customize and submit through their own Apple Developer workflow. The final product still needs distinctive content and adequate utility.
Audit the app before choosing a fix.
Run this audit on the exact build Apple reviewed, ideally from TestFlight on every device class selected for distribution.
1. State the recurring user job
Complete this sentence without mentioning the App Store: People return to this app to...
A strong answer describes an action or continuing benefit. “See our website” or “learn about our company” points toward a 4.2.2 problem. “Manage their upcoming appointments and receive preparation instructions” describes lasting utility.
2. Complete the journey from a clean install
Install the build with no cached session. Follow the listing's primary promise through login, navigation, data entry, confirmation, and later retrieval. Record every place where the customer must leave the app or where the result is not preserved.
3. Compare the app with Safari honestly
Open the same production URL in Safari and complete the same task. List what the installed app makes faster, clearer, safer, more reliable, or possible on the device. The answer can include a better mobile shell and relevant OS integration, but it should not depend only on the home-screen icon.
4. Test failure states
Turn on airplane mode during launch and during the main task. Interrupt authentication. Deny a permission. Let the session expire. Open an external link and return. Background the app, then resume it.
The entire product does not have to become offline-first, but blank screens and trapped navigation make the app feel like an unfinished wrapper.
5. Check the reviewer's route
Use the exact demo account and instructions supplied in App Review Information. Make the feature cited in your response visible without asking the reviewer to create data, wait for an email from your team, enter a private organization, or contact support.
6. Verify product ownership
The Apple Developer account, seller name, app name, website, and support contact should describe a coherent owner. If a third party created the project, the content provider should still control the developer account and submission unless Apple's current rules provide another applicable arrangement.
Fix the product in the right order.
1. Strengthen the core utility
Fix the main product before the shell. Add the missing step that turns information into an outcome: appointment management, saved records, order status, member access, personalized results, creation tools, collaboration, or another function the target user repeatedly needs.
Do not pad the app with generic screens. A settings page and an About page increase screen count without necessarily increasing utility.
2. Design the complete mobile journey
Make the interface work as an app on every submitted device class:
- Use readable type, touch-sized controls, and layouts without horizontal scrolling.
- Keep primary navigation predictable and reachable.
- Respect safe areas, the keyboard, rotation policy, and device-size changes.
- Define which links stay inside the product and which open externally.
- Make the iOS back or close action clear after modals, authentication, and browser transitions.
- Preserve useful state when the app moves between foreground and background.
Mobile-responsive CSS is the starting point, not the complete mobile experience.
3. Add device capabilities that serve the job
Choose capabilities from the product's actual workflow:
| Product | Recurring job | Relevant mobile improvement |
|---|---|---|
| Booking service | Manage upcoming appointments | Calendar addition, timely notifications, directions, saved booking details |
| Customer portal | Access and act on account information | Biometric re-entry, document capture, secure downloads, status notifications |
| Marketplace | Create and manage listings | Camera capture, image selection, location, sharing, message notifications |
| Community | Follow conversations and respond | Push for relevant replies, deep links to threads, media capture, share actions |
| Field operations | Complete work away from a desk | Camera or document scan, location where justified, queued work and recovery |
| Personal dashboard | Review changing data and take action | Widgets or live status where useful, secure unlock, alerts tied to important changes |
This table is not an approval recipe. It shows how to connect a phone capability to an existing user need.
4. Build intentional loading and recovery states
Replace a white WebView with a branded launch transition and useful status. If the remote product cannot load, explain whether the device is offline or the service is unavailable, preserve the app shell, and provide a working retry action.
Handle expired sessions, unavailable routes, server maintenance, and unsupported external pages without dropping the user into raw browser errors.
5. Make the value visible to App Review
Update screenshots and the description when the product changed. In App Review Information, explain where the revised functionality lives, why it matters, and the exact steps to reach it. Attach a short screen recording when timing, permissions, device state, or an external system makes the flow difficult to discover.
Do not expect the reviewer to infer value from a list of installed plugins. Demonstrate the successful user outcome.
What usually does not resolve Guideline 4.2?
- A splash screen and app icon: They establish identity but not lasting utility.
- One generic push notification: It helps only when tied to a useful product event and destination.
- A native share button on a brochure: Sharing marketing content does not change the product's primary purpose.
- Removing visible browser controls: A website can still feel repackaged without Safari's toolbar.
- Adding more static pages: More content is not necessarily more functionality.
- Quoting other WebView apps on the store: App Review evaluates the submitted app under the current guidelines.
- Resubmitting without a product change: A rewritten review note cannot demonstrate functionality that is not present.
- Rebuilding every screen in Swift: Native code is not a substitute for a useful product, and a full rewrite is often unnecessary.
Prepare the Guideline 4.2 resubmission.
Most 4.2 fixes change functionality or the app experience, so plan to upload a new build with an incremented build number. A metadata-only rejection can sometimes use the same build after the metadata is corrected, but Minimum Functionality normally requires the reviewer to examine changed behavior. Apple documents that metadata issues can be resubmitted with the same build. App Review message and resubmission guidance.
Before adding the build for review:
- Install it through TestFlight on every supported device family.
- Complete the primary journey with a clean reviewer account.
- Verify that the production backend and all URLs are available.
- Test loading, offline, resume, external-link, and permission states.
- Recapture screenshots when the visible experience changed.
- Update the description so its main promise matches the actual workflow.
- Replace or refresh demo credentials and test them one final time.
- Write review notes that identify the 4.2 change and the path to verify it.
When a submission has unresolved issues, App Store Connect lets you edit or remove rejected items and then resubmit. Manage a submission with unresolved issues.
A response to App Review you can adapt.
Use specific product facts and screen names. Do not claim that a feature guarantees compliance.
Hello App Review,
Thank you for the feedback regarding Guideline 4.2. We revised the app's primary mobile experience in build [build number]. The app now lets [target user] complete [recurring task] from [starting screen] through [successful outcome].The following changes are included:
- [Core workflow or content improvement.]
- [Mobile navigation, state, or recovery improvement.]
- [Relevant device capability and the user need it supports.]
To review the updated experience:
- Sign in with [demo credentials or demo mode].
- Open [screen].
- Complete [steps].
- Verify [saved result, device action, or return experience].
We have attached [screen recording or supporting document] showing the complete flow. Please let us know if any additional information would help your review.
Keep the response below App Store Connect's character limit, and attach only evidence that helps reproduce the revised experience.
Should you resubmit or appeal a 4.2 rejection?
Resubmit when the app is genuinely thin, primarily promotional, incomplete as a product, or difficult to distinguish from its Safari experience. A stronger build gives Apple something new to evaluate.
Reply for clarification when the message does not identify what the reviewer could access, or when a substantial existing feature may have been missed. Provide exact navigation steps and evidence before changing unrelated parts of the app.
Appeal when you believe Apple misunderstood the product or applied the guideline unfairly and the existing build already demonstrates adequate utility. Explain the recurring user need, point to the working functionality, and show how the app differs from the cases described by 4.2, 4.2.2, or 4.2.6.
Apple directs developers to communicate with App Review through App Store Connect and provides an appeal route when they disagree with the outcome. App rejection and appeal options.
App Store Guideline 4.2 FAQ
What does Guideline 4.2 Minimum Functionality mean?
It means Apple considers the app insufficiently useful, unique, or app-like beyond a repackaged website. The right fix is to strengthen the actual mobile product and make its recurring user value easy for App Review to verify.
Does Apple reject every WebView app?
No. Guideline 4.2 evaluates the finished features, content, interface, and utility, not only the presence of a WebView. A useful and well-designed web-powered app can be accepted, while a thin experience can be rejected regardless of its implementation language.
What is the difference between Guidelines 4.2 and 4.2.2?
Guideline 4.2 is the broader Minimum Functionality standard. Guideline 4.2.2 specifically says apps generally should not be primarily marketing, advertising, web clippings, content aggregation, or collections of links, with catalogs treated separately.
What does Guideline 4.2.6 mean for an app builder?
Apps created from commercial templates or generation services should be submitted by the provider of the app's content. The service should give that customer tools to create a customized and innovative product instead of submitting many near-identical client apps from the service's developer account.
Do native features guarantee App Store approval?
No. A native feature helps when it meaningfully improves the core workflow. A decorative notification, share button, or haptic effect does not automatically provide the utility Apple expects under Guideline 4.2.
Which native feature should I add to a WebView app?
Choose the capability that serves the user's recurring task: camera capture for listings, document scanning for field work, biometrics for secure re-entry, notifications for time-sensitive status, or deep links for returning to a specific record. Do not add a feature only to satisfy a checklist.
Can I resubmit the same build after a 4.2 rejection?
A 4.2 fix usually changes the product or app behavior, so it normally requires a new build. Apple allows the same build to be resubmitted after a metadata-only correction, but Minimum Functionality is generally not a metadata-only issue.
Can I appeal a Guideline 4.2 rejection?
Yes. Appeal when the existing app already demonstrates adequate utility and you believe the decision was based on a misunderstanding or unfair application of the guideline. Otherwise, improve the app and resubmit a stronger build.
Do I need to rebuild my web app in Swift?
Not necessarily. Improve the core web product, mobile interface, app shell, failure states, and relevant device integrations first. A complete native rewrite is justified only when the required product experience cannot be delivered reliably through the web-powered architecture.
Apple sources for Minimum Functionality and resubmission.
Continue fixing the App Store submission.
Turn the web product into an app worth installing.
Start with the production URL and the recurring task customers already value. WebNativeApp provides the iOS project and mobile packaging path so you can improve the app experience without rebuilding the entire product from scratch.