CINXE.COM

Bug Reporting - Apple Developer

<!DOCTYPE html> <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="utf-8" /> <meta name="Author" content="Apple Inc." /> <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" /> <link rel="shortcut icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" /> <link rel="mask-icon" href="/apple-logo.svg" color="#333333"> <link rel="stylesheet" href="/assets/styles/global.dist.css?01172423298" type="text/css" /> <link rel="stylesheet" href="/assets/styles/dark-mode.css?17182448067" type="text/css" media="(prefers-color-scheme: dark)" data-color-scheme="dark" /> <link rel="stylesheet" href="/assets/styles/localization.css?39172414191" type="text/css" /> <script src="/assets/scripts/lib/jquery/jquery-3.6.0.min.js?17182448067"></script> <script src="/assets/scripts/settings.js?17182448067"></script> <script src="/assets/scripts/language-locales.js?17182448067"></script> <script src="/assets/scripts/DeveloperBreadcrumbs.js?05182434080"></script> <script async src="/assets/scripts/lib/jquery/jquery.retinate.js?17182448067"></script> <script async src="/assets/scripts/global.js?17182448067"></script> <script async src="/assets/scripts/global-logout.js?17182448067"></script> <link rel="stylesheet" href="https://www.apple.com/wss/fonts?family=SF+Pro&v=2" type="text/css" /> <link rel="stylesheet" href="https://www.apple.com/wss/fonts?family=SF+Pro+Icons&v=1" type="text/css" /> <link rel="stylesheet" href="https://www.apple.com/wss/fonts?family=SF+Mono&v=2" type="text/css" /> <link rel="stylesheet" href="https://www.apple.com/wss/fonts?family=Apple+Icons&amp;v=1" type="text/css" /> <title>Bug Reporting - Apple Developer</title> <meta name="omni_page" content="Bug Reporting - (English)" /> <meta name="Description" content="Now with Feedback Assistant available on iPhone, iPad, Mac, and the web, it’s easier to submit effective bug reports and request enhancements to APIs and tools."> <meta name="search_icon" content="/assets/elements/icons/feedback-assistant-mac/feedback-assistant-mac-96x96_2x.png"> <meta property="og:locale" content="en_US" /> <meta property="og:site_name" content="Apple Developer" /> <meta property="og:type" content="website" /> <meta property="og:image" content="https://developer.apple.com/news/images/og/bug-reporting-og.jpg" /> <meta property="og:title" content="Bug Reporting - Apple Developer" /> <meta property="og:description" content="Now with Feedback Assistant available on iPhone, iPad, Mac, and the web, it’s easier to submit effective bug reports and request enhancements to APIs and tools." /> <meta property="og:url" content="https://developer.apple.com/bug-reporting/" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:image" content="https://developer.apple.com/news/images/og/bug-reporting-og-twitter.jpg" /> <meta name="twitter:title" content="Bug Reporting - Apple Developer" /> <meta name="twitter:description" content="Now with Feedback Assistant available on iPhone, iPad, Mac, and the web, it’s easier to submit effective bug reports and request enhancements to APIs and tools." /> <meta name="twitter:url" content="https://developer.apple.com/bug-reporting/" /> <link rel="alternate" href="https://developer.apple.com/bug-reporting/" hreflang="en" /> <link rel="alternate" href="https://developer.apple.com/cn/bug-reporting/" hreflang="zh-CN" /> <link rel="alternate" href="https://developer.apple.com/jp/bug-reporting/" hreflang="ja-JP" /> <link rel="alternate" href="https://developer.apple.com/kr/bug-reporting/" hreflang="ko-KR" /> <link rel="canonical" href="https://developer.apple.com/bug-reporting/" /> <link rel="stylesheet" type="text/css" href="/bug-reporting/styles/bug-reporting.css" /> <link rel="stylesheet" type="text/css" href="/bug-reporting/styles/overview.css" /> </head> <body id="bug-reporting" class="dmf"> <script> const prefersDark = window.matchMedia("(prefers-color-scheme: dark)").matches; if (window.Settings.preferredColorScheme) { const colorTheme = (window.Settings.preferredColorScheme === 'auto') && !prefersDark ? 'light' : (window.Settings.preferredColorScheme === 'light') ? 'light' : 'dark' document.body.setAttribute('data-color-scheme', colorTheme); } else { document.body.setAttribute('data-color-scheme', prefersDark ? 'dark' : 'light'); } </script> <style> /* footer */ html body[data-color-scheme='dark'] #main section.section.section-resources.bg-alt {background-color:var(--fill-tertiary);color:var(--glyph-gray);} html body[data-color-scheme='dark'] .developer-router-links {background-color:var(--fill-tertiary);color:var(--glyph-gray);} html body[data-color-scheme='dark'] .footer {background-color:var(--fill-tertiary);color:var(--glyph-gray-tertiary);} /* body backgrounds */ body[data-color-scheme='dark'].dmf {background-color: #000;} html body[data-color-scheme='dark'].dmf .bg-alt {background-color:var(--fill-tertiary);} html body[data-color-scheme='dark'].dmf .bg-blue {background-color:var(--fill-blue-secondary);} html body[data-color-scheme='dark'].dmf .bg-green-blue {background:linear-gradient(135deg, #65976d 0%, #588ea4 100%)} html body[data-color-scheme='dark'].dmf .bg-yellow {background: linear-gradient(to bottom, var(--fill-tertiary) 0%, var(--fill-tertiary-alt) 100%);} html body[data-color-scheme='dark'].dmf .bg-light {background-color:var(--fill-secondary-alt);} html body[data-color-scheme='dark'].dmf .bg-gradient, html body[data-color-scheme='dark'].dmf .bg-grad {background:linear-gradient(to bottom, var(--dark) 0%, var(--fill-gray-secondary-alt) 100%);} html body[data-color-scheme='dark'].dmf .bg-grad-down {background:linear-gradient(to bottom, var(--dark) 0%, var(--fill-gray-secondary-alt) 100%);} html body[data-color-scheme='dark'].dmf .bg-grad-up {background:linear-gradient(to bottom, var(--fill-gray-secondary-alt) 0%, var(--dark) 100%);} html body[data-color-scheme='dark'].dmf .bg-blue-gradient, html body[data-color-scheme='dark'].dmf .bg-gradient-blue {background:linear-gradient(to bottom, var(--fill-blue-gradient-light) 0%, var(--fill-blue-gradient-dark) 100%);} html body[data-color-scheme='dark'].dmf .bg-blue-gradient-alt {background: linear-gradient(90deg, #061830 0%, #102d48 100%);} /* globalNav */ html body[data-color-scheme='dark'] #ac-globalnav {background: var(--fill-tertiary);} /* localNav */ html body[data-color-scheme='dark'] .localnav.localnav-scrim .localnav-background, html body[data-color-scheme='dark'] .localnav-scrim.localnav.localnav-background { background-color: rgba(29, 29, 31, 0.9); } @supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) { html body[data-color-scheme='dark'] .localnav.localnav-scrim .localnav-background, html body[data-color-scheme='dark'] .localnav-scrim.localnav.localnav-background { background-color: rgba(29, 29, 31, 0.72); } } </style> <link rel="stylesheet" href="/assets/styles/globalnav.css?55202406207" type="text/css" /> <link rel="stylesheet" href="/assets/styles/suggest-lang.css?17182448067" type="text/css" /> <div id="suggest-lang" class="ribbon hide" lang="en"> <div class="ribbon-content-wrapper"> <div class="ribbon-content row"> <div class="column large-12 large-centered"> <p><a href="#" id="suggest-link" class="ribbon-link more">View in English</a></p> <button id="suggest-closer" class="icon icon-after icon-reset" aria-label="Dismiss language suggestion" tabindex="0"></button> </div> </div> </div> </div> <script src="/assets/scripts/suggest-lang.js?17182448067"></script> <aside id="ac-gn-segmentbar" class="ac-gn-segmentbar" lang="en-US" dir="ltr"> </aside> <input type="checkbox" id="ac-gn-menustate" class="ac-gn-menustate" /> <nav id="ac-globalnav" class="no-js" role="navigation" aria-label="Global" data-hires="false" data-analytics-region="global nav" lang="en-US" dir="ltr" data-www-domain="www.apple.com" data-store-locale="us" data-store-root-path="/us" data-store-api="/[storefront]/shop/bag/status" data-search-locale="en_US" data-search-suggestions-api="/search-services/suggestions/" data-search-defaultlinks-api="/search-services/suggestions/defaultlinks/" data-search-suggestions-enabled="false"> <div class="ac-gn-content"> <ul class="ac-gn-header"> <li class="ac-gn-item ac-gn-menuicon"> <label class="ac-gn-menuicon-label" for="ac-gn-menustate" aria-hidden="true"> <span class="ac-gn-menuicon-bread ac-gn-menuicon-bread-top"> <span class="ac-gn-menuicon-bread-crust ac-gn-menuicon-bread-crust-top"></span> </span> <span class="ac-gn-menuicon-bread ac-gn-menuicon-bread-bottom"> <span class="ac-gn-menuicon-bread-crust ac-gn-menuicon-bread-crust-bottom"></span> </span> </label> <a href="#ac-gn-menustate" role="button" class="ac-gn-menuanchor ac-gn-menuanchor-open" id="ac-gn-menuanchor-open"> <span class="ac-gn-menuanchor-label">Global Nav Open Menu</span> </a> <a href="#" role="button" class="ac-gn-menuanchor ac-gn-menuanchor-close" id="ac-gn-menuanchor-close"> <span class="ac-gn-menuanchor-label">Global Nav Close Menu</span> </a> </li> <li class="ac-gn-item ac-gn-apple"> <a class="ac-gn-link ac-gn-link-apple-developer" href="/" data-analytics-title="appledeveloper home" id="ac-gn-firstfocus-small"> <span class="ac-gn-link-text">Apple Developer</span> </a> </li> </ul> <div class="ac-gn-search-placeholder-container" role="search"> <div class="ac-gn-search ac-gn-search-small"> <a id="ac-gn-link-search-small" class="ac-gn-link" href="/search/" data-analytics-title="search" data-analytics-click="search" data-analytics-intrapage-link aria-label="Search"> <div class="ac-gn-search-placeholder-bar"> <div class="ac-gn-search-placeholder-input"> <div class="ac-gn-search-placeholder-input-text" aria-hidden="true"> <div class="ac-gn-link-search ac-gn-search-placeholder-input-icon"></div> <span class="ac-gn-search-placeholder">Search</span> </div> </div> <div class="ac-gn-searchview-close ac-gn-searchview-close-small ac-gn-search-placeholder-searchview-close"> <span class="ac-gn-searchview-close-cancel" aria-hidden="true">Cancel</span> </div> </div> </a> </div> </div> <ul class="ac-gn-list"> <li class="ac-gn-item ac-gn-apple"> <a class="ac-gn-link ac-gn-link-apple-developer" href="/" data-analytics-title="appledeveloper home" id="ac-gn-firstfocus"> <span class="ac-gn-link-text">Apple Developer</span> </a> </li> <li class="ac-gn-item ac-gn-item-menu ac-gn-news"> <a class="ac-gn-link ac-gn-link-news" href="/news/" data-analytics-title="news"> <span class="ac-gn-link-text">News</span> </a> </li> <li class="ac-gn-item ac-gn-item-menu ac-gn-discover"> <a class="ac-gn-link ac-gn-link-discover" href="/discover/" data-analytics-title="discover"> <span class="ac-gn-link-text">Discover</span> </a> </li> <li class="ac-gn-item ac-gn-item-menu ac-gn-design"> <a class="ac-gn-link ac-gn-link-design" href="/design/" data-analytics-title="design"> <span class="ac-gn-link-text">Design</span> </a> </li> <li class="ac-gn-item ac-gn-item-menu ac-gn-develop"> <a class="ac-gn-link ac-gn-link-develop" href="/develop/" data-analytics-title="develop"> <span class="ac-gn-link-text">Develop</span> </a> </li> <li class="ac-gn-item ac-gn-item-menu ac-gn-distribute"> <a class="ac-gn-link ac-gn-link-distribute" href="/distribute/" data-analytics-title="distribute"> <span class="ac-gn-link-text">Distribute</span> </a> </li> <li class="ac-gn-item ac-gn-item-menu ac-gn-dsupport"> <a class="ac-gn-link ac-gn-link-dsupport" href="/support/" data-analytics-title="dsupport"> <span class="ac-gn-link-text">Support</span> </a> </li> <li class="ac-gn-item ac-gn-item-menu ac-gn-account"> <a class="ac-gn-link ac-gn-link-account" href="/account/" data-analytics-title="account"> <span class="ac-gn-link-text">Account</span> </a> </li> <li class="ac-gn-item ac-gn-item-menu ac-gn-search" role="search"> <a id="ac-gn-link-search" class="ac-gn-link ac-gn-link-search" href="/search/" data-analytics-title="search" data-analytics-click="search" data-analytics-intrapage-link aria-label="Search"></a> </li> </ul> <aside id="ac-gn-searchview" class="ac-gn-searchview" role="search" data-analytics-region="search"> <div class="ac-gn-searchview-content"> <div class="ac-gn-searchview-bar"> <div class="ac-gn-searchview-bar-wrapper"> <form id="ac-gn-searchform" class="ac-gn-searchform" action="/search/" method="get"> <div class="ac-gn-searchform-wrapper"> <input id="ac-gn-searchform-input" class="ac-gn-searchform-input" type="text" name="q" aria-label="Search" placeholder="Search" autocorrect="off" autocapitalize="off" autocomplete="off" spellcheck="false" role="combobox" aria-autocomplete="list" aria-expanded="true" aria-owns="quicklinks suggestions" /> <button id="ac-gn-searchform-submit" class="ac-gn-searchform-submit" type="submit" disabled aria-label="Submit Search"></button> <button id="ac-gn-searchform-reset" class="ac-gn-searchform-reset" type="reset" disabled aria-label="Clear Search"> <span class="ac-gn-searchform-reset-background"></span> </button> </div> </form> <button id="ac-gn-searchview-close-small" class="ac-gn-searchview-close ac-gn-searchview-close-small" aria-label="Cancel Search"> <span class="ac-gn-searchview-close-cancel" aria-hidden="true"> Cancel </span> </button> </div> </div> <aside id="ac-gn-searchresults" class="ac-gn-searchresults hidden" data-string-quicklinks="Quick Links" data-string-suggestions="Suggested Searches" data-string-noresults=""> <section class="ac-gn-searchresults-section ac-gn-searchresults-section-defaultlinks"> <div class="ac-gn-searchresults-section-wrapper"> <div class="search-group-checkbox hidden"><input id="group-input" type="checkbox" name="group-filter" checked>Only search within “<span id="group-search-label"></span>”</div> <h3 class="ac-gn-searchresults-header ac-gn-searchresults-animated">Quick Links</h3> <ul class="ac-gn-searchresults-list" id="defaultlinks" role="listbox"> </ul> <span role="status" class="ac-gn-searchresults-count" aria-live="polite">5 Quick Links</span> </div> </section> </aside> </div> <button id="ac-gn-searchview-close" class="ac-gn-searchview-close" aria-label="Cancel Search"> <span class="ac-gn-searchview-close-wrapper"> <span class="ac-gn-searchview-close-left"></span> <span class="ac-gn-searchview-close-right"></span> </span> </button> </aside> </div> </nav> <div class="ac-gn-blur"></div> <div id="ac-gn-curtain" class="ac-gn-curtain"></div> <div id="ac-gn-placeholder" class="ac-nav-placeholder"></div> <script src="/assets/scripts/ac-globalnav.built.js?17182448067"></script> <link rel="stylesheet" href="/assets/styles/search.css?17182448067"> <script src="/assets/scripts/search.js?17182448067"></script> <!-- metrics --> <script> /* RSID: */ var s_account="awdappledeveloper" </script> <script src="/assets/metrics/scripts/analytics.js?072620243"></script> <script> s.pageName= AC && AC.Tracking && AC.Tracking.pageName(); s.channel="www.en.developer" s.channel="www.en.developer"; /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/ var s_code=s.t();if(s_code)document.write(s_code) </script> <!-- /metrics --> <link rel="stylesheet" property="stylesheet" href="/assets/styles/localnav.css" type="text/css" /> <input type="checkbox" id="localnav-menustate" class="localnav-menustate"/> <nav id="localnav" class="localnav localnav-scrim" role="navigation"> <div class="localnav-wrapper"> <div class="localnav-background"></div> <div class="localnav-content"> <h2 class="localnav-title"> <a href="/bug-reporting/">Bug Reporting</a> </h2> <div class="localnav-menu"> <a href="#localnav-menustate" class="localnav-menucta-anchor localnav-menucta-anchor-open" id="localnav-menustate-open"> <span class="localnav-menucta-anchor-label">Open Menu</span> </a> <a href="#" class="localnav-menucta-anchor localnav-menucta-anchor-close" id="localnav-menustate-close"> <span class="localnav-menucta-anchor-label">Close Menu</span> </a> <div class="localnav-menu-tray"> <ul class="localnav-menu-items"> <li class="localnav-menu-item"> <a href="/bug-reporting/" class="localnav-menu-link">Overview</a> </li> <li class="localnav-menu-item"> <a href="/bug-reporting/profiles-and-logs/" class="localnav-menu-link">Profiles and Logs</a> </li> </ul> </div> <div class="localnav-actions localnav-actions-center"> <div class="localnav-action localnav-action-menucta" aria-hidden="true"> <label for="localnav-menustate" class="localnav-menucta"> <span class="localnav-menucta-chevron"></span> </label> </div> <div class="localnav-action localnav-action-button"> <a class="localnav-button button button-compact button-pill" href="https://feedbackassistant.apple.com">View Feedback Assistant <span class="localnav-action-product">Feedback Assistant</span> </a> </div> </div> </div> </div> </div> </nav> <label id="localnav-curtain" for="localnav-menustate"></label> <script src="/assets/scripts/ac-localnav.built.js"></script> <script type="text/javascript" src="/assets/scripts/localnav.js"></script> <main id="main" class="main" role="main"> <section class="section section-hero overflow"> <div class="section-content"> <header> <div class="row"> <div class="column large-centered large-9 medium-10 small-12 text-center"> <h1 class="typography-headline">Send us your feedback and report&nbsp;bugs</h1> <p class="intro">Developer feedback is vital to making the Apple ecosystem even better. With Feedback&nbsp;Assistant available on iPhone, iPad, Mac, and the web, it’s easy to report issues you encounter and request enhancements to APIs, tools, and services.</p> </div> </div> </header> <picture class="hero-lockup center"> <source media="(max-width:1068px)" srcset="/bug-reporting/images/lockup-overview-medium_2x.png" /> <img src="/bug-reporting/images/lockup-overview-large_2x.png" width="100%" alt="A MacBook Pro, iPad, and iPhone side by side, each featuring a different screen from Feedback Assistant" aria-label="A MacBook Pro, iPad, and iPhone side by side, each featuring a different screen from Feedback Assistant" /> </picture> </div> </section> <section class="section section-subscriptions-content"> <div class="section-content"> <div class="row-flex"> <div class="column-flex large-3 small-12"> <ul class="sidenav-container"></ul> <script src="/assets/scripts/sidenav.built.js?17182448067"></script> </div> <div class="column-flex large-9 small-12"> <h2 id="getting-started" data-sidenav> <img src="/bug-reporting/images/start.svg" class="topic-icon" height="48" alt="" /> Getting started </h2> <p>Feedback from our developer community helps us address issues, refine features, and update documentation. Please let us know when you encounter an issue with Apple software or hardware, have an SDK feature request, find code-level bugs and problems with Apple-provided APIs, or notice errors or omissions in developer documentation.</p> <p><strong>Start your feedback as soon as you can.</strong> When you send new feedback, the Feedback&nbsp;Assistant app automatically collects time-sensitive information that’s important in helping diagnose the issue. If you use the Feedback&nbsp;Assistant website, you can <a href="/bug-reporting/profiles-and-logs/">collect this information manually<span class="loc-en-only"></span></a>. Once this is done, you can upload the information directly to <a href="https://feedbackassistant.apple.com/" class="nowrap">Feedback Assistant<span class="loc-en-only"></span></a>. If you plan to send feedback later or through the website, make note of key information, such as the date and time the issue happened, and collect any files or logs as soon as the issue occurs. You can start feedback on one device, save it, then switch to a different device to add more details and submit later.</p> <p><strong>File reports against beta software early.</strong> Beta software can sometimes introduce changes to APIs or new issues in your app that need to be addressed. If you encounter an issue during the beta release cycle, submit feedback right away to increase the likelihood that the issue will be addressed by the public release.</p> <p class="divider-bottom"><strong>Submit feedback for every issue.</strong> Even if you think an issue is obvious and are sure others have reported it, you should still submit feedback. The more feedback we receive about an issue, the better we understand how many people are impacted by it.</p> <h2 id="feedback-assistant" data-sidenav="Feedback Assistant app"> <img src="/bug-reporting/images/app-on-devices.svg" class="topic-icon" height="36" alt="" /> Using the Feedback&nbsp;Assistant&nbsp;app </h2> <p>The Feedback&nbsp;Assistant app offers several helpful features:</p> <p><strong>Automatic on-device diagnostics.</strong> There’s no need to manually collect and attach a sysdiagnose (diagnostic information from various parts of the operating system and all recent crash logs) for each issue. With your permission, Feedback&nbsp;Assistant can execute area-specific diagnostics, allowing you to send information beyond the scope of a sysdiagnose.</p> <p><strong>Remote filing.</strong> With Feedback&nbsp;Assistant on iPhone and iPad, you can submit feedback about your connected Apple&nbsp;TV, HomePod, or Apple&nbsp;Watch, with support for collecting device diagnostics directly on those devices.</p> <p><strong>Detailed forms.</strong> Provide detailed information by answering specific, conditional questions through a simple filing process.</p> <h3 id="open-app">Opening the app</h3> <p><strong>iPhone and iPad.</strong> On beta versions of iOS and iPadOS, the app is available by default on the Home Screen. On publicly released versions of iOS and iPadOS, you can enable the app by installing a beta profile. The app can also be launched via the <a href="applefeedback://">applefeedback://</a> URL scheme.</p> <p class="divider-bottom"><strong>Mac.</strong> The app is included in the CoreServices folder in all versions of macOS, and can be launched via the <a href="applefeedback://">applefeedback://</a> URL scheme or by searching for Feedback&nbsp;Assistant in Spotlight. You can also open a Finder window and select Go to Folder from the Go menu, then enter this path: /System/Library/CoreServices/Applications.</p> <h2 id="report" data-sidenav="Writing your feedback"> <img src="/bug-reporting/images/write.svg" class="topic-icon" height="48" alt="" /> Writing your feedback </h2> <p><strong>Select an appropriate starting topic.</strong> There are several places in Feedback Assistant to start your feedback.</p> <ul class="compound-item-list"> <li>Developer Technologies & SDKs: Select this topic for feedback related to a specific framework or API, then select the specific technology (for example, CoreBluetooth) and OS (for example, iOS).</li> <li>Developer Tools & Resources: Select this topic for feedback related to Xcode, App&nbsp;Store&nbsp;Connect, or other developer tools and resources, then select the specific tool or resource (for example, Reality&nbsp;Composer&nbsp;Pro).</li> <li>Relevant OS (iOS & iPadOS, macOS, tvOS, watchOS, or HomePod): Select the relevant OS for feedback related to general use of a system, then select the specific area (for example, Messages).</li> </ul> <p><strong>File one issue per report.</strong> To ensure accurate processing, make sure your report only addresses one issue or request. Reports that discuss multiple issues aren’t actionable and may be returned for resubmission as separate reports.</p> <p><strong>Title.</strong> Your report title should be concise, while clearly describing the issue and any factors that could influence the issue you’ve encountered. Summarize and include key details, such as technology, platform, and version. For example, “Calendar events on iOS&nbsp;15.2&nbsp;beta are missing after creating a quick event” provides more actionable detail than “Calendar events are missing.” If the issue is related to your app, make sure to also include your app’s name and version.</p> <p><strong>Description.</strong> Your report should include instructions on how to reproduce the issue, with detailed descriptions of each step. For instance, you could write:</p> <ol class="lighter"> <li>Click Quick Event in the Calendar app.</li> <li>Fill out an event with any title.</li> <li>Press Return.</li> </ol> <p class="lighter">Actual results: The event appears in the right place in my calendar, but then disappears.</p> <p class="lighter">Expected results: The event should appear and stay on my calendar.</p> <p class="divider-bottom">After you fill in the steps and expected results, consider any additional factors that could influence the problem. For example, are you signed into iCloud? Do you have any Accessibility settings turned on? Can you reproduce the issue elsewhere in the operating system? The more information you include, the more effectively we can diagnose the issue.</p> <h2 id="attachments" data-sidenav> <img src="/bug-reporting/images/attachments.svg" class="topic-icon" height="48" alt="" /> Including attachments </h2> <p><strong>Sysdiagnose.</strong> Since the Feedback&nbsp;Assistant app automatically attaches a sysdiagnose for each issue, we recommend submitting reports directly from the app on your iPhone, iPad, or Mac. A sysdiagnose contains valuable information about the state of your system and all recent crash logs, and should be included with all reports, even if you think one is not needed. Alternatively, you can use the website to manually upload <a href="/documentation/xcode/acquiring-crash-reports-and-diagnostic-logs">relevant files<span class="loc-en-only"></span></a> and folders as compressed ZIP files. You may be asked to supply additional files after your report has been reviewed.</p> <p><strong>Debug profiles and logs.</strong> You may be asked to install a debug profile so you can provide extra reporting and logging details to further diagnose your report. Debug profiles can capture specific details about a technology or framework to help us diagnose the problem. To install a debug profile, download it to your device from the <a href="/bug-reporting/profiles-and-logs/">Profiles and Logs page<span class="loc-en-only"></span></a>. Then follow the instructions to capture the requested information, and make sure to include any related logs to expedite the investigation.</p> <p><strong>Mac System Information Report.</strong> When you encounter crashes, kernel panics, hardware bugs, or printing issues, you must include a <a href="https://support.apple.com/guide/mac-help/get-system-information-about-your-mac-syspr35536/mac">Mac System Information Report</a> with your feedback.</p> <p><strong>Builds and sample code.</strong> If the problem appears in your app, consider recreating it in a smaller project so it’s easier to demonstrate. This helps narrow down the specific bug you’re dealing with and is one of the easiest ways for us to identify the problem. If you can’t produce a full project that complies, code examples are also helpful.</p> <p class="divider-bottom"><strong>Screenshots or screen recordings.</strong> If an issue appears in a user interface, make sure to include visuals with your feedback. A screenshot or screen recording of the reproduced bug can provide valuable clues and details you may not have thought to include in the description field.</p> <h2 id="collaborating" data-sidenav="Team collaboration"> <img src="/bug-reporting/images/team.svg" class="topic-icon" height="48" alt="" /> Collaborating with your team </h2> <p>We recommend submitting feedback from your team inbox in Feedback&nbsp;Assistant, where you can view all reports filed by your team, reply to comments, and send new messages to Apple. The assignee of a team report will receive a notification if there’s a request from Apple and can download any attachments or close the report at their discretion. By default, a report is assigned to the team member who submitted it. However, it can be reassigned to any other team member.</p> <p class="divider-bottom">Reports from your team inbox belong to the organization rather than the people who submitted them. If an assignee leaves the organization, the report stays with the team. In addition to your team inbox, you also have a personal inbox for separate submissions. You can move reports from your personal inbox to your team inbox at any time.</p> <h2 id="after-submission" data-sidenav="Submission & status"> <img src="/bug-reporting/images/submit.svg" class="topic-icon" height="48" alt="" /> What to expect after submission </h2> <p>Your feedback will be assigned a Feedback&nbsp;Assistant&nbsp;ID, which you can use to check for updates or resolutions on feedback you’ve filed. We may also email you asking for additional information or files to investigate the issue. While we can’t reply to every submission, we review each one and monitor the amount of feedback submitted so we can better understand the scope of the problem.</p> <p>Please note, as an issue is being worked on, we can’t provide intermediate status updates until a fix is available in a beta software update for everyone, or a different resolution has been identified after completing the investigation of the issue.</p> <h3 id="status"> Understanding feedback status </h3> <p><strong>Recent Similar Reports.</strong> Find out how many similar reports have been grouped with your report within the last year. This status will be set to None, Less than 10, or More than 10. As we refine our understanding of your feedback and as more feedback is received from others, this value may change. Any reports created in the last year are considered recent, since as reports age they’re often less reproducible and less likely to be similar to new reports, even if the symptoms seem similar.</p> <p><strong>Open.</strong> The report is being investigated by Apple. It may also have been returned to you with a request for additional information to continue the investigation.</p> <p><strong>Potential Fix Identified – For a Future OS Update.</strong> A potential fix for the reported issue may appear in a future OS update, which will usually be released within the next year. This resolution also includes the platform version and build number when it becomes available in a beta release.</p> <p>Your report may be grouped with similar reports that initially seem to have the same root cause. However, similar reports may have multiple causes. If you find that the fix doesn’t fully resolve your report even though it resolves similar reports, file a new report.</p> <p><strong>Investigation Complete – Change Required by a Third Party.</strong> The reported issue requires changes in non-Apple software, hardware, or services in order to be resolved.</p> <p><strong>Investigation Complete – Works as Designed.</strong> The report describes behavior that occurs as designed.</p> <p><strong>Investigation Complete - Unable to Diagnose with Current Information.</strong> The reported issue requires additional information to continue the investigation. You may need to supply additional log files, steps to reproduce, or other clarifying details.</p> <p class="divider-bottom"><strong>Closed.</strong> You’ve marked your report as closed. You can mark a report as closed at any time if you’re no longer experiencing the issue. If you encounter the same issue after closing your report, submit a new report.</p> <h2 id="workarounds" data-sidenav="Workarounds"> <img src="/bug-reporting/images/workaround.svg" class="topic-icon" height="48" alt="" /> Working around known issues </h2> <p>If you continue to experience an issue with Apple software or services after filing a report with Feedback Assistant, workarounds may be available while the issue is being investigated. To determine whether a solve or workaround exists, start by checking the following resources:</p> <p><strong>Release notes.</strong> Review the latest release notes for recent software updates to verify if an issue from a previous update has been resolved or if there’s a workaround. The latest release notes can be found in your Feedback Assistant inbox or on the <a href="/news/releases/">Software Releases page<span class="loc-en-only"></span></a>.</p> <p><strong>Forums.</strong> Check if the issue you’re experiencing has been discussed and resolved on the <a href="/forums/" class="nowrap">Apple Developer Forums<span class="loc-en-only"></span></a>.</p> <p class="divider-bottom"><strong>Code-level support.</strong> Members of the Apple&nbsp;Developer Program or Apple&nbsp;Developer Enterprise&nbsp;Program can ask for code-level support on the forums, or by filling out the Code-Level Support Request form. Be sure to include the information you provided in your Feedback Assistant report, along with any pertinent files or logs. Your Feedback Assistant ID can also be helpful in diagnosing your issue, and we encourage you to include it as well. Incidents are assigned to technical support engineers who can investigate any possible workarounds.</p> <h2 id="inactive-reports" data-sidenav="Inactive reports"> <img src="/bug-reporting/images/inactive.svg" class="topic-icon" height="48" alt="" /> Removing data from inactive reports </h2> <p>As part of our commitment to privacy and in accordance with the European Union’s General Data Protection Regulation (GDPR), we’ve removed developer data from certain reports as of late fall 2018.</p> <p><strong>Data removed from inactive issues.</strong> Developer data is removed from issues that have been closed for at least five years, haven’t been updated for 60 days, and aren’t duplicates of other issues. Developer-originated sysdiagnoses and related attachments will be deleted, and any reference to the developer who submitted the original feedback will be redacted. In addition, these issues will no longer be displayed.</p> <p class="divider-bottom"><strong>Duplicate issues will remain available for a limited time.</strong> If an issue is marked as a duplicate, developer data will be removed once the original bug has been closed for five years and hasn’t been updated for 60 days. Until then, you can continue to follow the state of the original issue until it’s closed, and engineering can still reach out to you until the issue is resolved.</p> <h2 id="related-programs" data-sidenav> <img src="/bug-reporting/images/bugs.svg" class="topic-icon" height="48" alt="" /> Related programs </h2> <h3 id="apple-security-bounty">Apple Security Bounty</h3> <p>If you believe you’ve discovered a security or privacy vulnerability that affects Apple devices, software, services, or web servers, please report it to the Apple security team. We welcome reports from anyone, including security experts, developers, and customers. All reports are reviewed and evaluated for a payout.</p> <p><a href="/security-bounty/" class="more">Learn more<span class="loc-en-only"></span></a></p> <h3 id="apple-beta-software-program">Apple Beta Software Program</h3> <p>The Apple Beta Software Program collects feedback on prerelease Apple software. As a member of the Apple Beta Software Program, you’ll be able to enroll your devices to access the public betas, try out the latest features, and provide feedback directly to Apple using the Feedback&nbsp;Assistant app.</p> <p class="divider-bottom"><a href="https://beta.apple.com/sp/betaprogram/welcome/" class="more">Learn more</a></p> <h2 id="resources" data-sidenav> <img src="/bug-reporting/images/resources.svg" class="topic-icon" height="48" alt="" /> Resources </h2> <ul class="links small"> <li class="document"><a href="https://support.apple.com/guide/feedback-assistant/welcome/mac/">Feedback&nbsp;Assistant User Guide</a></li> <li class="document"><a href="/bug-reporting/profiles-and-logs/">Profiles and Logs<span class="loc-en-only"></span></a></li> <li class="download"><a href="/news/releases/">Downloads and release notes<span class="loc-en-only"></span></a></li> <li class="document"><a href="/support/technical/">Developer Technical Support</a></li> <li class="forum-topic"><a href="/forums/">Developer Forums<span class="loc-en-only"></span></a></li> </ul> </div> </div> </div> </section> </main> <link rel="stylesheet" href="/assets/styles/footer.dist.css?17182448067"> <footer id="footer" class="footer" role="contentinfo" aria-labelledby="footer-label"> <div class="footer-content"> <h2 class="footer-label" id="footer-label">Developer Footer</h2> <div class="footer-sosumi"> <ul> <li>The Feedback&nbsp;Assistant app requires iOS&nbsp;12.4, iPadOS&nbsp;13, or macOS&nbsp;Catalina, or later.</li> </ul> </div> <developer-breadcrumbs> <li>Bug Reporting</li> </developer-breadcrumbs> <nav class="footer-directory" aria-label="Apple Developer Directory" role="navigation"> <!--googleoff: all--> <div class="footer-directory-column"> <input class="footer-directory-column-section-state" type="checkbox" id="footer-directory-column-section-state-platform" /> <div class="footer-directory-column-section"> <label class="footer-directory-column-section-label" for="footer-directory-column-section-state-platform"> <h3 class="footer-directory-column-section-title">Platforms</h3> </label> <a href="#footer-directory-column-section-state-platform" class="footer-directory-column-section-anchor footer-directory-column-section-anchor-open"> <span class="footer-directory-column-section-anchor-label">Open Menu</span> </a> <a href="#" class="footer-directory-column-section-anchor footer-directory-column-section-anchor-close"> <span class="footer-directory-column-section-anchor-label">Close Menu</span> </a> <ul class="footer-directory-column-section-list"> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/ios/">iOS</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/ipados/">iPadOS</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/macos/">macOS</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/tvos/">tvOS</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/visionos/">visionOS</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/watchos/">watchOS</a></li> </ul> </div> <input class="footer-directory-column-section-state" type="checkbox" id="footer-directory-column-section-state-tools" /> <div class="footer-directory-column-section"> <label class="footer-directory-column-section-label" for="footer-directory-column-section-state-tools"> <h3 class="footer-directory-column-section-title">Tools</h3> </label> <a href="#footer-directory-column-section-state-tools" class="footer-directory-column-section-anchor footer-directory-column-section-anchor-open"> <span class="footer-directory-column-section-anchor-label">Open Menu</span> </a> <a href="#" class="footer-directory-column-section-anchor footer-directory-column-section-anchor-close"> <span class="footer-directory-column-section-anchor-label">Close Menu</span> </a> <ul class="footer-directory-column-section-list"> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/swift/">Swift</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/swiftui/">SwiftUI</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/swift-playgrounds/">Swift Playgrounds</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/testflight/">TestFlight</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/xcode/">Xcode</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/xcode-cloud/">Xcode Cloud</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/sf-symbols/">SF Symbols</a></li> </ul> </div> </div> <div class="footer-directory-column"> <input class="footer-directory-column-section-state" type="checkbox" id="footer-directory-column-section-state-topics" /> <div class="footer-directory-column-section"> <label class="footer-directory-column-section-label" for="footer-directory-column-section-state-topics"> <h3 class="footer-directory-column-section-title">Topics &amp; Technologies</h3> </label> <a href="#footer-directory-column-section-state-topics" class="footer-directory-column-section-anchor footer-directory-column-section-anchor-open"> <span class="footer-directory-column-section-anchor-label">Open Menu</span> </a> <a href="#" class="footer-directory-column-section-anchor footer-directory-column-section-anchor-close"> <span class="footer-directory-column-section-anchor-label">Close Menu</span> </a> <ul class="footer-directory-column-section-list"> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/accessibility/">Accessibility</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/accessories/">Accessories</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/app-extensions/">App Extensions</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/app-store/">App Store</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/audio/">Audio &amp; Video</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/augmented-reality/">Augmented Reality</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/design/">Design</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/distribute/">Distribution</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/education/">Education</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/fonts/">Fonts</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/games/">Games</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/health-fitness/">Health &amp; Fitness</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/in-app-purchase/">In-App Purchase</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/localization/">Localization</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/maps/">Maps &amp; Location</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/machine-learning/">Machine Learning</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="https://opensource.apple.com">Open Source</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/security/">Security</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/safari/">Safari &amp; Web</a></li> </ul> </div> </div> <div class="footer-directory-column"> <input class="footer-directory-column-section-state" type="checkbox" id="footer-directory-column-section-state-resources" /> <div class="footer-directory-column-section"> <label class="footer-directory-column-section-label" for="footer-directory-column-section-state-resources"> <h3 class="footer-directory-column-section-title">Resources</h3> </label> <a href="#footer-directory-column-section-state-resources" class="footer-directory-column-section-anchor footer-directory-column-section-anchor-open"> <span class="footer-directory-column-section-anchor-label">Open Menu</span> </a> <a href="#" class="footer-directory-column-section-anchor footer-directory-column-section-anchor-close"> <span class="footer-directory-column-section-anchor-label">Close Menu</span> </a> <ul class="footer-directory-column-section-list"> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/documentation/">Documentation</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/learn/">Tutorials</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/download/">Downloads</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/forums/">Forums</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/videos/">Videos</a></li> </ul> </div> <input class="footer-directory-column-section-state" type="checkbox" id="footer-directory-column-section-state-support" /> <div class="footer-directory-column-section"> <label class="footer-directory-column-section-label" for="footer-directory-column-section-state-support"> <h3 class="footer-directory-column-section-title">Support</h3> </label> <a href="#footer-directory-column-section-state-support" class="footer-directory-column-section-anchor footer-directory-column-section-anchor-open"> <span class="footer-directory-column-section-anchor-label">Open Menu</span> </a> <a href="#" class="footer-directory-column-section-anchor footer-directory-column-section-anchor-close"> <span class="footer-directory-column-section-anchor-label">Close Menu</span> </a> <ul class="footer-directory-column-section-list"> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/support/articles/">Support Articles</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/contact/">Contact Us</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/bug-reporting/">Bug Reporting</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/system-status/">System Status</a></li> </ul> </div> <input class="footer-directory-column-section-state" type="checkbox" id="footer-directory-column-section-state-account" /> <div class="footer-directory-column-section"> <label class="footer-directory-column-section-label" for="footer-directory-column-section-state-account"> <h3 class="footer-directory-column-section-title">Account</h3> </label> <a href="#footer-directory-column-section-state-account" class="footer-directory-column-section-anchor footer-directory-column-section-anchor-open"> <span class="footer-directory-column-section-anchor-label">Open Menu</span> </a> <a href="#" class="footer-directory-column-section-anchor footer-directory-column-section-anchor-close"> <span class="footer-directory-column-section-anchor-label">Close Menu</span> </a> <ul class="footer-directory-column-section-list"> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/account/">Apple Developer</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="https://appstoreconnect.apple.com/">App Store Connect</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/account/ios/certificate/">Certificates, IDs, &amp; Profiles</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="https://feedbackassistant.apple.com/">Feedback Assistant</a></li> </ul> </div> </div> <div class="footer-directory-column"> <input class="footer-directory-column-section-state" type="checkbox" id="footer-directory-column-section-state-programs" /> <div class="footer-directory-column-section"> <label class="footer-directory-column-section-label" for="footer-directory-column-section-state-programs"> <h3 class="footer-directory-column-section-title">Programs</h3> </label> <a href="#footer-directory-column-section-state-programs" class="footer-directory-column-section-anchor footer-directory-column-section-anchor-open"> <span class="footer-directory-column-section-anchor-label">Open Menu</span> </a> <a href="#" class="footer-directory-column-section-anchor footer-directory-column-section-anchor-close"> <span class="footer-directory-column-section-anchor-label">Close Menu</span> </a> <ul class="footer-directory-column-section-list"> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/programs/">Apple Developer Program</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/programs/enterprise/">Apple Developer Enterprise Program</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/app-store/small-business-program/">App Store Small Business Program</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="https://mfi.apple.com/">MFi Program</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/programs/news-partner/">News Partner Program</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/programs/video-partner/">Video Partner Program</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/security-bounty/">Security Bounty Program</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/programs/security-research-device/">Security Research Device Program</a></li> </ul> </div> <input class="footer-directory-column-section-state" type="checkbox" id="footer-directory-column-section-state-events" /> <div class="footer-directory-column-section"> <label class="footer-directory-column-section-label" for="footer-directory-column-section-state-events"> <h3 class="footer-directory-column-section-title">Events</h3> </label> <a href="#footer-directory-column-section-state-events" class="footer-directory-column-section-anchor footer-directory-column-section-anchor-open"> <span class="footer-directory-column-section-anchor-label">Open Menu</span> </a> <a href="#" class="footer-directory-column-section-anchor footer-directory-column-section-anchor-close"> <span class="footer-directory-column-section-anchor-label">Close Menu</span> </a> <ul class="footer-directory-column-section-list"> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/events/">Meet with Apple</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/events/developer-centers/">Apple Developer Centers</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/app-store/app-store-awards/">App Store Awards</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/design/awards/">Apple Design Awards</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/academies/">Apple Developer Academies</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/entrepreneur-camp/">Entrepreneur Camp</a></li> <li class="footer-directory-column-section-item"><a class="footer-directory-column-section-link" href="/wwdc/">WWDC</a></li> </ul> </div> </div> <!--googleon: all--> </nav> <section class="footer-mini" vocab="http://schema.org/" typeof="Organization"> <div class="footer-mini-news"> <div class="copy"> Get the <a href="https://apps.apple.com/us/app/apple-developer/id640199958">Apple Developer app</a>. </div> <div class="content"> <div class="color-scheme-toggle" role="radiogroup" tabindex="0" aria-label="Select a color scheme preference"> <label data-color-scheme-option="light"> <input type="radio" value="light" autocomplete="off" onchange="window.setPreferredColorScheme(event.target.value)" /> <div class="text">Light</div> </label> <label data-color-scheme-option="dark"> <input type="radio" value="dark" autocomplete="off" onchange="window.setPreferredColorScheme(event.target.value)" /> <div class="text">Dark</div> </label> <label data-color-scheme-option="auto"> <input type="radio" value="auto" autocomplete="off" onchange="window.setPreferredColorScheme(event.target.value)" /> <div class="text">Auto</div> </label> </div> <script async src="/assets/scripts/color-scheme-toggle.js"></script> </div> </div> <link rel="stylesheet" href="/assets/styles/language-dropdown.css?17182448067"> <div class="language-dropdown dropdown-container legacy-form hidden"> <select class="dropdown" aria-label="Language Dropdown"></select> <span class="dropdown-icon icon icon-chevrondown" aria-hidden="true"></span> </div> <script src="/assets/scripts/language-dropdown.js?17182448067"></script> <div class="footer-mini-legal"> <div class="footer-mini-legal-copyright">Copyright © 2024 <a href="https://www.apple.com">Apple Inc.</a> All rights reserved.</div> <div class="footer-mini-legal-links"> <a class="footer-mini-legal-link" href="https://www.apple.com/legal/internet-services/terms/site.html" class="first">Terms of Use</a> <a class="footer-mini-legal-link" href="https://www.apple.com/legal/privacy/">Privacy Policy</a> <a class="footer-mini-legal-link" href="/support/terms/">Agreements and Guidelines</a> </div> </div> </section> </div> </footer> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10